Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-dthomson committed Oct 30, 2023
1 parent 79ed23e commit e769377
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ public J.MethodDeclaration visitMethodDeclaration(J.MethodDeclaration methodDecl
return md.withBody(newBody);
}

private J.Block applyTemplate(ExecutionContext ctx, List<Object> templateParams, Object cursorLocation, JavaCoordinates coordinates) {
private J.Block applyTemplate(ExecutionContext ctx, List<Object> templateParams, Object cursorLocation,
JavaCoordinates coordinates) {
Expression result = null;
String methodName = "doNothing";
if (templateParams.size() > 1) {
Expand Down

0 comments on commit e769377

Please sign in to comment.