Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
cpwright committed Jan 20, 2025
1 parent 2114ec1 commit 6e3a5eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* closed}.
*/
public class DataIndexer implements TrackingRowSet.Indexer {

/**
* DataIndexer lookup method. Use this call when you will query from the returned DataIndexer but not add new ones.
*
Expand Down Expand Up @@ -577,6 +578,4 @@ private DataIndex computeIfAbsent(
return resultHolder.getValue();
}
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
import java.util.stream.Stream;

public class MatchFilter extends WhereFilterImpl implements DependencyStreamProvider, ExposesChunkFilter {

private static final long serialVersionUID = 1L;

static MatchFilter ofLiterals(
Expand Down

0 comments on commit 6e3a5eb

Please sign in to comment.