From 46e8d469a139e5cef96616df795ea430496e350e Mon Sep 17 00:00:00 2001 From: Dong Gang Date: Mon, 18 May 2020 21:29:47 +0800 Subject: [PATCH] fix go file style Signed-off-by: Dong Gang --- cmd/helm/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/helm/template.go b/cmd/helm/template.go index a7e139ce3..7e4444fa3 100644 --- a/cmd/helm/template.go +++ b/cmd/helm/template.go @@ -78,7 +78,6 @@ func newTemplateCmd(cfg *action.Configuration, out io.Writer) *cobra.Command { var manifests bytes.Buffer fmt.Fprintln(&manifests, strings.TrimSpace(rel.Manifest)) - // if we have a list of files to render, then check that each of the // provided files exists in the chart. if len(showFiles) > 0 {