Skip to content

Commit 598585b

Browse files
committed
spotless
1 parent 559135e commit 598585b

File tree

1 file changed

+3
-3
lines changed
  • framework/codemodder-base/src/main/java/io/codemodder

1 file changed

+3
-3
lines changed

framework/codemodder-base/src/main/java/io/codemodder/Runner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public static int run(
3333
}
3434

3535
/**
36-
*
37-
* Runs the given codemods with CLI arguments you get from a main() method. This is the most like entry point you want to use.
38-
*
36+
* Runs the given codemods with CLI arguments you get from a main() method. This is the most like
37+
* entry point you want to use.
38+
*
3939
* @see #run(List, String[], PrintWriter, PrintWriter)
4040
*/
4141
public static void run(final List<Class<? extends CodeChanger>> codemods, final String[] args) {

0 commit comments

Comments
 (0)