Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit b3d4120

Browse files
committed
typo
1 parent fd6f342 commit b3d4120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphql-spring-boot-autoconfigure/src/main/java/com/oembedler/moon/graphql/boot/GraphQLWebAutoConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ public GraphQLConfiguration graphQLConfiguration(GraphQLInvocationInputFactory i
264264
.with(listeners)
265265
.with(graphQLServletProperties.isAsyncModeEnabled())
266266
.with(graphQLServletProperties.getSubscriptionTimeout())
267-
.with(graphQLBatchExecutionHandlerFactory).build();
267+
.with(graphQLBatchExecutionHandlerFactory)
268+
.build();
268269
}
269270

270271
@Bean

0 commit comments

Comments
 (0)