Whitespace formatting

This commit is contained in:
aherbert 2022-11-09 12:50:06 +00:00
parent 9bbfad5db3
commit 69cad46a92

View File

@ -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(17, 1)/* 17-33 */, new IncrementingHasher(33, 1)/* 33-49 */, new IncrementingHasher(50, 1)/* 50-66 */,
new IncrementingHasher(67, 1)/* 67-83 */ 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. * The shape of the Bloom filters for testing.