Merge pull request #1158 from trheyi/main

Remove unnecessary blank line in test utility function to enhance cod…
This commit is contained in:
Max 2025-09-23 10:30:46 +08:00 committed by GitHub
commit c24bda7a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}