From 99842d3e2af3e4073cc24d8a30da57df810b19ef Mon Sep 17 00:00:00 2001 From: James Strachan Date: Fri, 22 Jun 2018 10:04:36 +0100 Subject: [PATCH] chore: fmt #4255 --- pkg/chartutil/values.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/chartutil/values.go b/pkg/chartutil/values.go index 15b20d917..bfbc0753d 100644 --- a/pkg/chartutil/values.go +++ b/pkg/chartutil/values.go @@ -17,12 +17,12 @@ limitations under the License. package chartutil import ( + "github.com/ghodss/yaml" + "github.com/pkg/errors" "io" "io/ioutil" "log" "strings" - "github.com/ghodss/yaml" - "github.com/pkg/errors" "k8s.io/helm/pkg/hapi/chart" )