Skip to content

Commit

Permalink
Apply org.openrewrite.recipes.OpenRewriteBestPractices
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens-W committed Aug 8, 2024
1 parent a13c52c commit 5404977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ private J.MethodInvocation replaceWithAssertDoesNotThrowWithStringExpression(Exe
.apply(getCursor(), try_.getCoordinates().replace(), try_.getBody(), failCallArgument);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -665,4 +665,4 @@ String getFoo() {
}
}"""));
}
}
}

0 comments on commit 5404977

Please sign in to comment.