You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/30 16:11:16 UTC

[commons-collections] 03/04: Remove empty line

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit d879329cd339e2b52e283de14233aff30cd83999
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 30 16:02:38 2022 +0000

    Remove empty line
---
 .../org/apache/commons/collections4/bloomfilter/IncrementingHasher.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/collections4/bloomfilter/IncrementingHasher.java b/src/test/java/org/apache/commons/collections4/bloomfilter/IncrementingHasher.java
index 48b61c6ec..2349f1b1d 100644
--- a/src/test/java/org/apache/commons/collections4/bloomfilter/IncrementingHasher.java
+++ b/src/test/java/org/apache/commons/collections4/bloomfilter/IncrementingHasher.java
@@ -56,7 +56,6 @@ final class IncrementingHasher implements Hasher {
         Objects.requireNonNull(shape, "shape");
 
         return new IndexProducer() {
-
             @Override
             public boolean forEachIndex(final IntPredicate consumer) {
                 Objects.requireNonNull(consumer, "consumer");