Skip to content

Commit fe77419

Browse files
committed
eclipse format
1 parent 7a6779d commit fe77419

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/common/DynamicObjectStorage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ public DynamicObject getStore() {
149149
return store;
150150
}
151151

152-
153152
private static class FilterIterator<T> implements Iterator<T> {
154153
private final Iterator<T> iterator;
155154
private final Predicate<T> predicate;

0 commit comments

Comments
 (0)