Skip to content

Commit a7f3eee

Browse files
committed
Fix style
1 parent 34c4235 commit a7f3eee

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
@@ -859,7 +859,7 @@ private void setupREPL(Context context, ConsoleHandler consoleHandler) {
859859

860860
}
861861

862-
private void setupTerminal(ConsoleHandler consoleHandler) {
862+
private static void setupTerminal(ConsoleHandler consoleHandler) {
863863
consoleHandler.setupReader(() -> false, () -> 0, (item) -> {
864864
}, (pos) -> null, (pos, item) -> {
865865
}, (pos) -> {

0 commit comments

Comments
 (0)