From 25b6de94d5827ee8cec5f8446b4df86573561dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 20 Mar 2026 10:29:31 +0100 Subject: [PATCH] Fix formatting --- .../boot/graphql/test/autoconfigure/GraphQlTest.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module/spring-boot-graphql-test/src/main/java/org/springframework/boot/graphql/test/autoconfigure/GraphQlTest.java b/module/spring-boot-graphql-test/src/main/java/org/springframework/boot/graphql/test/autoconfigure/GraphQlTest.java index 9e406e506b5..c0b9f6a7041 100644 --- a/module/spring-boot-graphql-test/src/main/java/org/springframework/boot/graphql/test/autoconfigure/GraphQlTest.java +++ b/module/spring-boot-graphql-test/src/main/java/org/springframework/boot/graphql/test/autoconfigure/GraphQlTest.java @@ -124,9 +124,10 @@ public @interface GraphQlTest { * {@link SpringBootApplication @SpringBootApplication}. By default, only * {@code @Controller} (when no explicit {@link #controllers() controllers} are * defined), {@code ControllerAdvice}, {@code RuntimeWiringConfigurer}, - * {@code @JacksonComponent}, {@code @JsonComponent} (deprecated), {@code Converter}, {@code GenericConverter}, - * {@code DataFetcherExceptionResolver}, {@code Instrumentation} and - * {@code GraphQlSourceBuilderCustomizer} beans are included. + * {@code @JacksonComponent}, {@code @JsonComponent} (deprecated), {@code Converter}, + * {@code GenericConverter}, {@code DataFetcherExceptionResolver}, + * {@code Instrumentation} and {@code GraphQlSourceBuilderCustomizer} beans are + * included. * @see #includeFilters() * @see #excludeFilters() * @return if default filters should be used