Skip to content

Commit fcb984a

Browse files
committed
Format
1 parent c0c9eef commit fcb984a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/test/java/org/elasticsearch/common/util/SetBackedScalingCuckooFilterTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public void testConvertTwice() {
132132
);
133133
}
134134

135-
public void testMergeBigSmall(){
135+
public void testMergeBigSmall() {
136136
int threshold = 1000;
137137

138138
// Setup the first filter
@@ -150,7 +150,7 @@ public void testMergeBigSmall(){
150150

151151
SetBackedScalingCuckooFilter filter2 = new SetBackedScalingCuckooFilter(threshold, Randomness.get(), 0.01);
152152
long value = randomLong();
153-
while(filter.mightContain(value)){
153+
while (filter.mightContain(value)) {
154154
value = randomLong();
155155
}
156156

0 commit comments

Comments
 (0)