chore: gofumpt style

This commit is contained in:
a631807682 2022-10-20 14:56:04 +08:00
parent bcaac9eb18
commit 3f26e60f07
No known key found for this signature in database
GPG Key ID: 137D1D75522168AB

View File

@ -302,5 +302,4 @@ func TestJoinArgsWithDB(t *testing.T) {
t.Fatal("Pet ID can not be empty")
}
AssertEqual(t, user4.NamedPet.Name, "")
}