From 4c2c739e30ca46a286fd1c3e614e9c2d4c0662c3 Mon Sep 17 00:00:00 2001 From: Lee Bontecou Date: Wed, 18 Dec 2019 17:36:08 -0600 Subject: [PATCH] gofmt-ed with -s Signed-off-by: Lee Bontecou --- cmd/helm/template_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/helm/template_test.go b/cmd/helm/template_test.go index cf7b8e2cb..d6381f1db 100644 --- a/cmd/helm/template_test.go +++ b/cmd/helm/template_test.go @@ -91,8 +91,7 @@ func TestTemplateCmd(t *testing.T) { }, { name: "template with show-only multiple", - cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml "+ - "--show-only charts/subcharta/templates/service.yaml", chartPath), + cmd: fmt.Sprintf("template '%s' --show-only templates/service.yaml --show-only charts/subcharta/templates/service.yaml", chartPath), golden: "output/template-show-only-multiple.txt", }, }