Skip to content

Commit ab1db45

Browse files
author
Franziska Geiger
committed
Style error
1 parent 98e3b9b commit ab1db45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ public Object doSequence(PSequence value, Object index,
211211

212212
@Specialization
213213
public Object doObject(VirtualFrame frame, Object value, Object index,
214-
@Cached("create(__GETITEM__)") LookupAndCallBinaryNode getItemNode) {
215-
return getItemNode.executeObject(frame,value, index);
214+
@Cached("create(__GETITEM__)") LookupAndCallBinaryNode getItemNode) {
215+
return getItemNode.executeObject(frame, value, index);
216216
}
217217
}
218218

0 commit comments

Comments
 (0)