Skip to content

Commit b250a4b

Browse files
committed
formatting
1 parent 584ac53 commit b250a4b

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/objects/common/SequenceStorageNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ protected void doLong(LongSequenceStorage storage, int idx, long value) {
849849

850850
@Specialization
851851
protected void doLong(LongSequenceStorage storage, int idx, int value) {
852-
storage.setLongItemNormalized(idx, value);
852+
storage.setLongItemNormalized(idx, value);
853853
}
854854

855855
@Specialization(guards = "!value.isNative()")

0 commit comments

Comments
 (0)