Skip to content

Commit 9dfe4fc

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 0cadb17 commit 9dfe4fc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ static void createAndPopulateIndex(Consumer<String[]> ensureYellow) {
141141
var lookupIndexName = "test_lookup";
142142
createAndPopulateLookupIndex(client, lookupIndexName);
143143

144-
ensureYellow.accept(new String[]{indexName, lookupIndexName});
144+
ensureYellow.accept(new String[] { indexName, lookupIndexName });
145145
}
146146

147147
public void testWhereQstrWithScoring() {

0 commit comments

Comments
 (0)