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/09 13:00:18 UTC

[commons-collections] branch master updated: Whitespace formatting

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


The following commit(s) were added to refs/heads/master by this push:
     new 69cad46a9 Whitespace formatting
69cad46a9 is described below

commit 69cad46a9249d7f0308547e2a0bfd5c959872feb
Author: aherbert <a....@sussex.ac.uk>
AuthorDate: Wed Nov 9 12:50:06 2022 +0000

    Whitespace formatting
---
 .../commons/collections4/bloomfilter/AbstractBloomFilterTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java b/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java
index 1098ee492..d44ed9d59 100644
--- a/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java
+++ b/src/test/java/org/apache/commons/collections4/bloomfilter/AbstractBloomFilterTest.java
@@ -44,7 +44,7 @@ public abstract class AbstractBloomFilterTest<T extends BloomFilter> {
             new IncrementingHasher(17, 1)/* 17-33 */, new IncrementingHasher(33, 1)/* 33-49 */, new IncrementingHasher(50, 1)/* 50-66 */,
             new IncrementingHasher(67, 1)/* 67-83 */
     );
-    protected final long[] fullHashValue = { 0xffffffffffffffffL, 0xfffffL };
+    protected final long[] fullHashValue = {0xffffffffffffffffL, 0xfffffL};
 
     /**
      * The shape of the Bloom filters for testing.