From 3539b04ec5cd79e3c4fc83b0d03b3ce78f4588c6 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Mon, 17 May 2021 14:29:14 +0000 Subject: [PATCH] style: fmt action_test.go by gofmt Signed-off-by: wuhuizuo --- pkg/action/action_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/action_test.go b/pkg/action/action_test.go index 4eb98f8e8..361c1c9b3 100644 --- a/pkg/action/action_test.go +++ b/pkg/action/action_test.go @@ -383,7 +383,7 @@ func TestConfiguration_Init(t *testing.T) { true, }, } - + for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { c := tt.configuration