Skip to content

Commit e2de5ed

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent bf4aea8 commit e2de5ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/enrich/LookupFromIndexOperatorTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ protected MapMatcher extendStatusMatcher(MapMatcher mapMatcher, List<Page> input
309309
var totalInputRows = input.stream().mapToInt(Page::getPositionCount).sum();
310310
var totalOutputRows = output.stream().mapToInt(Page::getPositionCount).sum();
311311

312-
return mapMatcher.entry("total_rows", totalInputRows)
313-
.entry("pages_emitted", output.size())
314-
.entry("rows_emitted", totalOutputRows);
312+
return mapMatcher.entry("total_rows", totalInputRows).entry("pages_emitted", output.size()).entry("rows_emitted", totalOutputRows);
315313
}
316314
}

0 commit comments

Comments
 (0)