Skip to content

Commit bbb48d4

Browse files
committed
Fixed the spotless checks
Signed-off-by: Sriram Ganesh <srignsh22@gmail.com>
1 parent a5d59c4 commit bbb48d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/opensearch/index/engine/LeafSorterOptimizationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void testReadOnlyEngineConfiguresLeafSorter() throws IOException {
150150
// and that it can acquire a searcher successfully
151151
assertThat("Leaf sorter should be configured", readOnlyEngine.config().getLeafSorter(), notNullValue());
152152
assertThat("Leaf sorter should match the configured one", readOnlyEngine.config().getLeafSorter(), equalTo(leafSorter));
153-
153+
154154
// Verify basic functionality - we can read from the engine
155155
assertThat("Should have at least one leaf", reader.leaves().size(), greaterThan(0));
156156
}

0 commit comments

Comments
 (0)