Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jul 3, 2020
1 parent ef9af6e commit 6954e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ func InitConfig(cfgFile string) {
viper.SetEnvPrefix("ND")
viper.AutomaticEnv()

viper.ReadInConfig()
_ = viper.ReadInConfig()
}

0 comments on commit 6954e1b

Please sign in to comment.