Remove formatter-on/off comments

This commit is contained in:
Rossen Stoyanchev
2021-07-06 15:51:50 +01:00
parent b594c19526
commit 69c2d08c71
32 changed files with 2 additions and 112 deletions

View File

@@ -25,8 +25,6 @@ import org.springframework.graphql.test.tester.GraphQlTester;
import org.springframework.graphql.test.tester.WebGraphQlTester;
import org.springframework.graphql.web.WebGraphQlHandler;
// @formatter:off
/**
* GraphQL query tests directly via {@link GraphQL}.
*/

View File

@@ -27,8 +27,6 @@ import org.springframework.graphql.test.tester.GraphQlTester;
import org.springframework.graphql.test.tester.WebGraphQlTester;
import org.springframework.graphql.web.WebGraphQlHandler;
// @formatter:off
/**
* GraphQL subscription tests directly via {@link GraphQL}.
*/