Skip to content

Commit

Permalink
Fix Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 10, 2023
1 parent 66b30fe commit f30607f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private TestingHashers() {}
* @param hashers The hashers to merge
* @return {@code filter} for chaining
*/
public static <T extends BloomFilter> T mergeHashers(final T filter, final Hasher...hashers) {
public static <T extends BloomFilter> T mergeHashers(final T filter, final Hasher... hashers) {
for (final Hasher h : hashers) {
filter.merge(h);
}
Expand Down

0 comments on commit f30607f

Please sign in to comment.