chore: gofumpt style

This commit is contained in:
a631807682 2022-11-28 15:00:05 +08:00
parent cd405c238d
commit aba3d5b094
No known key found for this signature in database
GPG Key ID: 137D1D75522168AB

View File

@ -249,5 +249,4 @@ func TestBelongsToDefaultValue(t *testing.T) {
}
err := DB.Create(&user).Error
AssertEqual(t, err, nil)
}