Skip to content

Commit

Permalink
removed blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Jun 29, 2023
1 parent ccf430f commit b8fe880
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public static <T extends BloomFilter> T populateEntireFilter(T filter) {
return populateRange(filter, 0, filter.getShape().getNumberOfBits() - 1);
}


/**
* Enables all bits in a range (inclusive).
* @param <T> the Bloom filter type.
Expand Down

0 comments on commit b8fe880

Please sign in to comment.