Skip to content

Commit

Permalink
reformat ExecutionService
Browse files Browse the repository at this point in the history
  • Loading branch information
naoto.ikeno committed Sep 27, 2022
1 parent dfe5f12 commit e1f63f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1f63f5

Please sign in to comment.