Skip to content

Commit cd0f336

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 79324e3 commit cd0f336

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionTaskIT.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,10 @@ public void testTaskContentsForGroupingStatsQuery() throws Exception {
573573
logger.info("unblocking script");
574574
scriptPermits.release(pageSize());
575575
List<TaskInfo> tasks = getTasksRunning();
576-
String sourceStatus = "dataPartitioning = SHARD, maxPageSize = pageSize(), limit = 2147483647, needsScore = false"
577-
.replace("pageSize()", Integer.toString(pageSize()));
576+
String sourceStatus = "dataPartitioning = SHARD, maxPageSize = pageSize(), limit = 2147483647, needsScore = false".replace(
577+
"pageSize()",
578+
Integer.toString(pageSize())
579+
);
578580
assertThat(
579581
dataTasks(tasks).get(0).description(),
580582
equalTo(

0 commit comments

Comments
 (0)