mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
Adhere to gofmt -d -s .
This commit is contained in:
parent
3a67b686d1
commit
1a428baa9d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func initConfig() {
|
|||
viper.SetConfigFile(cfgFile)
|
||||
}
|
||||
|
||||
viper.AutomaticEnv() // read in environment variables that match
|
||||
viper.AutomaticEnv() // read in environment variables that match
|
||||
|
||||
// If a config file is found, read it in.
|
||||
if err := viper.ReadInConfig(); err == nil {
|
||||
|
|
Loading…
Reference in a new issue