From 6b8a119c8853d09c25c34a1db3e5bb93b6da36cd Mon Sep 17 00:00:00 2001 From: Ryan Payton Date: Fri, 15 Sep 2017 15:38:18 -0700 Subject: [PATCH] fixing formatting according to gofmt --- cmd/helm/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/helm/init.go b/cmd/helm/init.go index 56d30b4a3..bafe5231f 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -314,7 +314,6 @@ func ensureDefaultRepos(home helmpath.Home, out io.Writer, skipRefresh bool) err return nil } - func initStableRepo(cacheFile string, out io.Writer, skipRefresh bool, home helmpath.Home) (*repo.Entry, error) { fmt.Fprintf(out, "Adding %s repo with URL: %s \n", stableRepository, stableRepositoryURL) c := repo.Entry{