Skip to content

Commit 99ba5e7

Browse files
committed
Indent
1 parent 2a5fe3f commit 99ba5e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

graphql-java-servlet/src/main/java/graphql/kickstart/servlet/HttpRequestHandlerImpl.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ private GraphQLInvocationInput parseInvocationInput(
6262
HttpServletResponse response) {
6363
try {
6464
GraphQLInvocationInputParser invocationInputParser =
65-
GraphQLInvocationInputParser.create(
66-
request,
67-
configuration.getInvocationInputFactory(),
68-
configuration.getObjectMapper(),
69-
configuration.getContextSetting());
65+
GraphQLInvocationInputParser.create(
66+
request,
67+
configuration.getInvocationInputFactory(),
68+
configuration.getObjectMapper(),
69+
configuration.getContextSetting());
7070
return invocationInputParser.getGraphQLInvocationInput(request, response);
7171
} catch (Exception e) {
7272
throw new InvocationInputParseException(e);

0 commit comments

Comments
 (0)