mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Make revive happy.
This commit is contained in:
parent
468e91cb8b
commit
4cd376a9ca
1 changed files with 1 additions and 5 deletions
|
|
@ -118,11 +118,7 @@ func (cfg *config) prepare() error {
|
|||
}
|
||||
|
||||
// Load client certs.
|
||||
if err := cfg.prepareCertificates(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return cfg.prepareCertificates()
|
||||
}
|
||||
|
||||
// compileIgnorePatterns compiles the configure patterns to be ignored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue