Adhere to gofmt -d -s .

This commit is contained in:
Christo De Lange 2016-09-27 19:37:28 -04:00
parent 3a67b686d1
commit 1a428baa9d

View file

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