From 2a74204508f005d89fe51b0e2824dae4f30b3252 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 17 Sep 2020 11:09:37 -0700 Subject: [PATCH] go fmt Signed-off-by: Matthew Fisher --- pkg/chartutil/create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create_test.go b/pkg/chartutil/create_test.go index 6cf3154ad..9a473fc59 100644 --- a/pkg/chartutil/create_test.go +++ b/pkg/chartutil/create_test.go @@ -154,7 +154,7 @@ func TestCreate_Overwrite(t *testing.T) { if errlog.Len() == 0 { t.Errorf("Expected warnings about overwriting files.") - } + } } func TestValidateChartName(t *testing.T) {