Skip to content

Commit 5db2b87

Browse files
committed
Formatting
1 parent aeb9c4b commit 5db2b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/SREModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Object call(TruffleObject callable, String arg1, int arg2,
289289
@Cached("createExecute()") Node invokeNode) {
290290
return doIt(callable, arg1, arg2, runtimeError, typeError, invokeNode);
291291
}
292-
292+
293293
protected static Node createExecute() {
294294
return Message.createExecute(0).createNode();
295295
}

0 commit comments

Comments
 (0)