From 91356c81ebf843fee5f1b2fddfba12ec4e1ecaee Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Tue, 8 Oct 2019 14:08:49 -0700 Subject: [PATCH] fix style Signed-off-by: Matthew Fisher --- cmd/helm/release_testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/release_testing.go b/cmd/helm/release_testing.go index 17084d0a4..2dc740aa8 100644 --- a/cmd/helm/release_testing.go +++ b/cmd/helm/release_testing.go @@ -41,7 +41,7 @@ type releaseTestCmd struct { cleanup bool parallel bool maxParallel uint32 - logs bool + logs bool } func newReleaseTestCmd(c helm.Interface, out io.Writer) *cobra.Command {