From aba3d5b0948630b61f33de59e402455a6ee2ff23 Mon Sep 17 00:00:00 2001 From: a631807682 <631807682@qq.com> Date: Mon, 28 Nov 2022 15:00:05 +0800 Subject: [PATCH] chore: gofumpt style --- tests/associations_belongs_to_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/associations_belongs_to_test.go b/tests/associations_belongs_to_test.go index 178b88e6..a1f014d9 100644 --- a/tests/associations_belongs_to_test.go +++ b/tests/associations_belongs_to_test.go @@ -249,5 +249,4 @@ func TestBelongsToDefaultValue(t *testing.T) { } err := DB.Create(&user).Error AssertEqual(t, err, nil) - }