diff --git a/cmd/helm/lint.go b/cmd/helm/lint.go index 47b44c9c8..953ead97b 100644 --- a/cmd/helm/lint.go +++ b/cmd/helm/lint.go @@ -107,7 +107,6 @@ func newLintCmd(out io.Writer) *cobra.Command { fmt.Fprintf(&message, "Error: %s\n", err) } } - // fmt.Fprint(&message, "\n") } fmt.Fprint(out, message.String())