From 336b1824513cba9e963cae81d15464c4af9cf11a Mon Sep 17 00:00:00 2001 From: Florian Zysset Date: Tue, 9 Jan 2018 19:59:34 +0000 Subject: [PATCH] Reformatting with gofmt --- cmd/helm/installer/install.go | 2 +- cmd/helm/installer/install_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index 0d954081a..f2c0d232d 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -33,7 +33,7 @@ import ( corev1 "k8s.io/client-go/kubernetes/typed/core/v1" extensionsclient "k8s.io/client-go/kubernetes/typed/extensions/v1beta1" "k8s.io/helm/pkg/version" - + "k8s.io/helm/pkg/chartutil" ) diff --git a/cmd/helm/installer/install_test.go b/cmd/helm/installer/install_test.go index 1133bff67..4a6f5f8eb 100644 --- a/cmd/helm/installer/install_test.go +++ b/cmd/helm/installer/install_test.go @@ -419,7 +419,7 @@ func TestUpgrade_serviceNotFound(t *testing.T) { func TestUgrade_newerVersion(t *testing.T) { image := "gcr.io/kubernetes-helm/tiller:v2.0.0" serviceAccount := "newServiceAccount" - existingDeployment,_ := deployment(&Options{ + existingDeployment, _ := deployment(&Options{ Namespace: v1.NamespaceDefault, ImageSpec: "imageToReplace:v100.5.0", ServiceAccount: "serviceAccountToReplace",