Skip to content

Commit 1afdab3

Browse files
committed
Fix style.
1 parent 7726a1d commit 1afdab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/python_cext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,4 +1231,4 @@ def PyTruffle_Cext_Upcall_ptr(name, *args):
12311231
for i in range(nargs):
12321232
converted[i] = to_java(args[i])
12331233
# returns a pointer, i.e., we do no conversion since this can be any pointer object
1234-
return globals()[name](*converted)
1234+
return globals()[name](*converted)

0 commit comments

Comments
 (0)