Remove unnecessary blank line in test utility function to enhance code clarity.

This commit is contained in:
Max 2025-09-23 10:30:10 +08:00
parent 5a894c11ab
commit abeae77619

View file

@ -725,4 +725,3 @@ func createTestUser(t *testing.T, server *openapi.OpenAPI, clientID string) (str
t.Logf("Created test user: %s with subject: %s", testUserID, subject)
return testUserID, subject
}