From e1f63f5d98667f1404234ba7a035dc911f367012 Mon Sep 17 00:00:00 2001 From: "naoto.ikeno" Date: Tue, 27 Sep 2022 10:14:20 +0900 Subject: [PATCH] reformat ExecutionService --- .../java/io/smallrye/graphql/execution/ExecutionService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/implementation/src/main/java/io/smallrye/graphql/execution/ExecutionService.java b/server/implementation/src/main/java/io/smallrye/graphql/execution/ExecutionService.java index f0264962c..0141083ad 100644 --- a/server/implementation/src/main/java/io/smallrye/graphql/execution/ExecutionService.java +++ b/server/implementation/src/main/java/io/smallrye/graphql/execution/ExecutionService.java @@ -223,8 +223,7 @@ private void writeSync(GraphQL g, private void notifyAndWrite(SmallRyeContext smallRyeContext, ExecutionResult executionResult, - ExecutionResponseWriter writer - ){ + ExecutionResponseWriter writer) { smallRyeContext.setExecutionResult(executionResult); // Notify after