Skip to content

Commit aad3516

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 74d3e0d commit aad3516

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/RequestIndexFilteringIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
import static org.elasticsearch.test.MapMatcher.matchesMap;
3838
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
3939
import static org.hamcrest.Matchers.hasSize;
40-
import static org.hamcrest.Matchers.is;
4140
import static org.hamcrest.Matchers.instanceOf;
41+
import static org.hamcrest.Matchers.is;
4242

4343
@ThreadLeakFilters(filters = TestClustersThreadFilter.class)
4444
public class RequestIndexFilteringIT extends RequestIndexFilteringTestCase {

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RestEsqlTestCase.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,8 +1254,7 @@ public static Map<String, Object> runEsql(
12541254
AssertWarnings assertWarnings,
12551255
Mode mode,
12561256
boolean checkPartialResults
1257-
)
1258-
throws IOException {
1257+
) throws IOException {
12591258
var results = mode == ASYNC
12601259
? runEsqlAsync(requestObject, randomBoolean(), assertWarnings)
12611260
: runEsqlSync(requestObject, assertWarnings);

0 commit comments

Comments
 (0)