Skip to content

Commit 10af682

Browse files
committed
make style happy
1 parent 66b5de1 commit 10af682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,14 @@ protected List<String> preprocessArguments(List<String> arguments, Map<String, S
141141
}
142142
GraalPythonCC.main(arguments.subList(i + 1, arguments.size()).toArray(new String[0]));
143143
System.exit(0);
144+
break;
144145
case "-LD":
145146
if (i != 0) {
146147
throw new IllegalArgumentException("-LD must be the first argument");
147148
}
148149
GraalPythonLD.main(arguments.subList(i + 1, arguments.size()).toArray(new String[0]));
149150
System.exit(0);
151+
break;
150152
case "-LLI":
151153
runLLI = true;
152154
break;

0 commit comments

Comments
 (0)