Skip to content

Commit 0230fd7

Browse files
committed
spotless
1 parent 938b1d7 commit 0230fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-codemods/src/main/java/io/codemodder/codemods/MoveSwitchDefaultCaseLastCodemod.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/**
1313
* A codemod for moving the "default" case to last in switch statements. This codemod is not
1414
* currently in the default set because it could conceivably change behavior when other case
15-
* statements fall through to it. It should be improved to only move if the previous case
16-
* does not fall through.
15+
* statements fall through to it. It should be improved to only move if the previous case does not
16+
* fall through.
1717
*/
1818
@Codemod(
1919
id = "pixee:java/move-switch-default-last",

0 commit comments

Comments
 (0)