From 2336ca6eece97cce531b7e4fe0d53e9b744a8a2e Mon Sep 17 00:00:00 2001 From: Harsimran Singh Maan Date: Mon, 5 Nov 2018 16:10:51 -0800 Subject: [PATCH] Format code Signed-off-by: Harsimran Singh Maan --- cmd/helm/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/template.go b/cmd/helm/template.go index 9a1698af1..6cdc03ae8 100644 --- a/cmd/helm/template.go +++ b/cmd/helm/template.go @@ -122,7 +122,7 @@ func (t *templateCmd) run(cmd *cobra.Command, args []string) error { // create the output-dir if it doesn't exist if t.outputDir != "" { - if err := ensureDirectoryForFile(t.outputDir);err != nil { + if err := ensureDirectoryForFile(t.outputDir); err != nil { return err } }