diff --git a/src/main/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocks.java b/src/main/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocks.java index 404ba64a7..e624ed00d 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocks.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocks.java @@ -154,4 +154,4 @@ private J.MethodInvocation replaceWithAssertDoesNotThrowWithStringExpression(Exe .apply(getCursor(), try_.getCoordinates().replace(), try_.getBody(), failCallArgument); } } -} \ No newline at end of file +} diff --git a/src/test/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocksTest.java b/src/test/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocksTest.java index 1444e2ea3..887be8cc3 100644 --- a/src/test/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocksTest.java +++ b/src/test/java/org/openrewrite/java/testing/junit5/RemoveTryCatchFailBlocksTest.java @@ -665,4 +665,4 @@ String getFoo() { } }""")); } -} \ No newline at end of file +}