Skip to content

Commit fda3f86

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 34ca0fa commit fda3f86

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

server/src/test/java/org/elasticsearch/index/engine/ThreadPoolMergeSchedulerTests.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,6 @@ private static MergeInfo getNewMergeInfo(long estimatedMergeBytes) {
273273
}
274274

275275
private static MergeInfo getNewMergeInfo(long estimatedMergeBytes, int maxNumSegments) {
276-
return new MergeInfo(
277-
randomNonNegativeInt(),
278-
estimatedMergeBytes,
279-
randomBoolean(),
280-
maxNumSegments
281-
);
276+
return new MergeInfo(randomNonNegativeInt(), estimatedMergeBytes, randomBoolean(), maxNumSegments);
282277
}
283278
}

0 commit comments

Comments
 (0)