Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivakegg committed Sep 27, 2023
1 parent 7a8f78b commit 3abc300
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public Iterator<Object> iterator() {
public Object clone() throws CloneNotSupportedException {
return new FilteredQueryLogic(this);
}

@Override
public TransformIterator getTransformIterator(Query settings) {
if (!filtered) {
Expand Down

0 comments on commit 3abc300

Please sign in to comment.