Skip to content

Commit 7f30594

Browse files
committed
Fix style
1 parent 6174ab0 commit 7f30594

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/nodes/call/special/LookupAndCallUnaryNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public abstract static class NoAttributeHandler extends PNodeWithContext {
9898
public abstract Object executeObject(VirtualFrame frame, Object receiver);
9999

100100
public abstract Object executeObject(VirtualFrame frame, int receiver);
101-
101+
102102
public abstract Object executeObject(VirtualFrame frame, long receiver);
103103

104104
public abstract Object executeObject(VirtualFrame frame, double receiver);

0 commit comments

Comments
 (0)