Skip to content

Commit c489ab1

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 99fc31d commit c489ab1

File tree

1 file changed

+3
-3
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ public static Iterable<Object[]> parameters() {
197197
FROM idx, (FROM idx | WHERE host =="127.0.0.1")
198198
| WHERE id > 10
199199
""",
200-
EsqlCapabilities.Cap.SUBQUERY_IN_FROM_COMMAND.isEnabled() ?
201-
Map.of("FROM", 2, "UNIONALL", 1, "WHERE", 2) :
202-
Collections.emptyMap(),
200+
EsqlCapabilities.Cap.SUBQUERY_IN_FROM_COMMAND.isEnabled()
201+
? Map.of("FROM", 2, "UNIONALL", 1, "WHERE", 2)
202+
: Collections.emptyMap(),
203203
Collections.emptyMap(),
204204
EsqlCapabilities.Cap.SUBQUERY_IN_FROM_COMMAND.isEnabled()
205205
) }

0 commit comments

Comments
 (0)