Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilaev committed Feb 7, 2022
1 parent e5942d7 commit 6afe88a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class AsyncTaskMethodTransformer extends AbstractAsyncMethodTransformer {
private final static Type COMPLETABLE_FUTURE_TYPE = Type.getObjectType("java/util/concurrent/CompletableFuture");

AsyncTaskMethodTransformer(ClassNode classNode,
MethodNode originalAsyncMethodNode,
Map<String, MethodNode> accessMethods) {
MethodNode originalAsyncMethodNode,
Map<String, MethodNode> accessMethods) {
super(classNode, originalAsyncMethodNode, accessMethods);
}

Expand Down

0 comments on commit 6afe88a

Please sign in to comment.