From 1a428baa9d6bbe6b3c7b088120791c67a0d540e7 Mon Sep 17 00:00:00 2001 From: Christo De Lange Date: Tue, 27 Sep 2016 19:37:28 -0400 Subject: [PATCH] Adhere to gofmt -d -s . --- cobra/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/root.go b/cobra/cmd/root.go index c059c81f..cd8cbcd5 100644 --- a/cobra/cmd/root.go +++ b/cobra/cmd/root.go @@ -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 {