From 9141b3b9c8ca7dc379ee8c7b410908837b745892 Mon Sep 17 00:00:00 2001 From: black Date: Fri, 10 Feb 2023 15:54:58 +0800 Subject: [PATCH] fix: fix gofumpt --- tests/associations_many2many_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/associations_many2many_test.go b/tests/associations_many2many_test.go index 894d0230..e8daa014 100644 --- a/tests/associations_many2many_test.go +++ b/tests/associations_many2many_test.go @@ -361,7 +361,7 @@ func TestConcurrentMany2ManyAssociation(t *testing.T) { t.Fatalf("open test connection failed, err: %+v", err) } - var count = 3 + count := 3 var languages []Language for i := 0; i < count; i++ {