This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch fix/issue-16133
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 6948b393a3daebc3b4ed4c377e7ecd94c3a3b67a
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Aug 13 16:49:40 2026 +0200

    chore: whitespace
---
 .../integration-test/groovy/grails/test/app/UserIntegrationSpec.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/grails-test-examples/graphql/grails-test-app/src/integration-test/groovy/grails/test/app/UserIntegrationSpec.groovy
 
b/grails-test-examples/graphql/grails-test-app/src/integration-test/groovy/grails/test/app/UserIntegrationSpec.groovy
index 975d0e9bb8..3977e0f8bf 100644
--- 
a/grails-test-examples/graphql/grails-test-app/src/integration-test/groovy/grails/test/app/UserIntegrationSpec.groovy
+++ 
b/grails-test-examples/graphql/grails-test-app/src/integration-test/groovy/grails/test/app/UserIntegrationSpec.groovy
@@ -98,7 +98,7 @@ class UserIntegrationSpec extends Specification implements 
GraphQLSpec {
                 }
             }
         """)
-        Map         obj = resp.body
+        Map obj = resp.body
 
         then:
         obj.data.userCreate != null

Reply via email to