Skip to content

Commit

Permalink
linting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ms9698 committed Oct 31, 2024
1 parent ff8b57a commit 906e3fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ public void execute(final Operation operation, final Context context) throws Ope
public <O> O execute(final Output<O> operation, final Context context) throws OperationException {
return execute(OperationChain.wrap(operation), context);
}

protected <O> O execute(final OperationChain<O> operation, final Context context) throws OperationException {
final O result = (O) handleOperation(operation, context);
return result;
Expand Down

0 comments on commit 906e3fa

Please sign in to comment.