Skip to content

Commit 2d47c4d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 46bd3b8 commit 2d47c4d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

qa/vector/src/main/java/org/elasticsearch/test/knn/KnnIndexTester.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,7 @@ public String toString() {
255255
"QPS",
256256
"recall",
257257
"visited",
258-
"filter_selectivity"
259-
};
258+
"filter_selectivity" };
260259

261260
// Calculate appropriate column widths based on headers and data
262261

@@ -287,8 +286,7 @@ public String toString() {
287286
String.format(Locale.ROOT, "%.2f", queryResult.qps),
288287
String.format(Locale.ROOT, "%.2f", queryResult.avgRecall),
289288
String.format(Locale.ROOT, "%.2f", queryResult.averageVisited),
290-
String.format(Locale.ROOT, "%.2f", queryResult.filterSelectivity),
291-
};
289+
String.format(Locale.ROOT, "%.2f", queryResult.filterSelectivity), };
292290
}
293291

294292
printBlock(sb, searchHeaders, queryResultsArray);

0 commit comments

Comments
 (0)