Skip to content

Commit 45a7e60

Browse files
committed
Fix style
1 parent 61f77f9 commit 45a7e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static void main(String[] args) {
9797
private boolean dontWriteBytecode = false;
9898
private String warnOptions = null;
9999
private String checkHashPycsMode = "default";
100-
100+
101101
protected static void setStartupTime() {
102102
if (GraalPythonMain.startupNanoTime == -1) {
103103
GraalPythonMain.startupNanoTime = System.nanoTime();

0 commit comments

Comments
 (0)