From 5952ebbc9e48212be982fc2c8bed61905d4e4d44 Mon Sep 17 00:00:00 2001 From: Stanton Xu Date: Sat, 6 Jun 2020 20:19:48 -0700 Subject: [PATCH] format source code Signed-off-by: Stanton Xu --- cmd/helm/install.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/helm/install.go b/cmd/helm/install.go index f9aeb9945..5890f25d3 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -271,7 +271,6 @@ func (i *installCmd) run() error { fmt.Fprintln(os.Stdout, "WARNING: This chart is deprecated") } - if req, err := chartutil.LoadRequirements(chartRequested); err == nil { // If checkDependencies returns an error, we have unfulfilled dependencies. // As of Helm 2.4.0, this is treated as a stopping condition: