Skip to content

Commit 63e08e7

Browse files
Address commentsl fix spotless
Signed-off-by: Prudhvi Godithi <[email protected]>
1 parent 2e25033 commit 63e08e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/opensearch/search/approximate/ApproximatePointRangeQueryTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ public void testApproximateRangeShortCircuitDescSort() throws IOException {
431431
assertEquals("Mismatch at doc index " + i, topDocs.scoreDocs[i].doc, topDocs1.scoreDocs[i].doc);
432432
}
433433

434-
435434
} catch (IOException e) {
436435
throw new RuntimeException(e);
437436
}

0 commit comments

Comments
 (0)