1
0
Fork 0
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:
Sascha L. Teichmann 2023-08-17 11:03:40 +02:00
parent 468e91cb8b
commit 4cd376a9ca

View file

@ -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.