Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanlingen committed Jan 29, 2025
1 parent 30c73a8 commit 57b42c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void foo() throws IOException {
}

@Test
void catchShouldBePreservedBecauseLessSpecificCatchFollowsWithMulticatch() {
void catchShouldBePreservedBecauseLessSpecificCatchFollowsWithMultiCatch() {
rewriteRun(
//language=java
java(
Expand All @@ -162,7 +162,7 @@ void foo() throws IOException {
}

@Test
void mltiCatchShouldBePreservedFoBecauseLessSpecificCatchFollowsWithMulticatch() {
void mltiCatchShouldBePreservedFoBecauseLessSpecificCatchFollowsWithMultiCatch() {
rewriteRun(
//language=java
java(
Expand Down

0 comments on commit 57b42c0

Please sign in to comment.