fix smells

This commit is contained in:
A.Unger
2021-11-02 14:48:40 +01:00
parent 2d7a394a30
commit 2a14bb362a
3 changed files with 3 additions and 14 deletions
+3
View File
@@ -75,6 +75,9 @@ func ParseConfig(c *cli.Context, cfg *config.Config) error {
}
err = cnf.BindStruct("", cfg)
if err != nil {
return err
}
return nil
}