From 78ca2b3bdd1dcd2204f28d31c7746ba01d21c86a Mon Sep 17 00:00:00 2001 From: DLDInternet Date: Tue, 27 Sep 2016 19:56:13 -0400 Subject: [PATCH] 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 78602fa8..560e8144 100644 --- a/cobra/cmd/root.go +++ b/cobra/cmd/root.go @@ -63,7 +63,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 {