From c96dc48f21adbc79e410fafc63f6f6daa221c424 Mon Sep 17 00:00:00 2001 From: zhangye15 Date: Thu, 9 Jul 2020 01:44:18 +0800 Subject: [PATCH] fix test-style error Signed-off-by: zhangye15 --- pkg/kube/wait_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kube/wait_test.go b/pkg/kube/wait_test.go index e84924f2e..c6ce494c3 100644 --- a/pkg/kube/wait_test.go +++ b/pkg/kube/wait_test.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package kube +package kube // import "helm.sh/helm/v3/pkg/kube" import ( "context"