style: 修复 gofmt 格式化问题

格式化以下测试文件以符合 Go 代码风格规范:
- fixtures_integration_test.go
- user_repo_integration_test.go
- api_key_service_delete_test.go
This commit is contained in:
shaw
2025-12-30 17:08:36 +08:00
parent 7e758b24c4
commit 3d296d8898
3 changed files with 5 additions and 7 deletions

View File

@@ -390,4 +390,3 @@ func mustBindAccountToGroup(t *testing.T, client *dbent.Client, accountID, group
Save(ctx)
require.NoError(t, err, "create account_group")
}