Merge PR #5068: Add linter Nakedret
This commit is contained in:
committed by
Alexander Bezobchuk
parent
5fd6a842fb
commit
01d8a230b2
+1
-1
@@ -113,7 +113,7 @@ func interceptLoadConfig() (conf *cfg.Config, err error) {
|
||||
viper.SetConfigName("app")
|
||||
err = viper.MergeInConfig()
|
||||
|
||||
return
|
||||
return conf, err
|
||||
}
|
||||
|
||||
// add server commands
|
||||
|
||||
Reference in New Issue
Block a user