Skip to content

Commit 9d4102e

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e86539b commit 9d4102e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public List<TestDocument> docs() {
477477
}
478478
""", propertyFor(config.mainFieldName(), ((TestConfigPassesUnionType) config).otherMainType()));
479479
// TODO: Casting to TestConfigPassesUnionType is an ugly hack; better to derive the test data from the TestMapping or
480-
// from the TestConfig.
480+
// from the TestConfig.
481481
results.add(new TestDocument(additionalIndex.indexName, "1", doc));
482482
}
483483
}

0 commit comments

Comments
 (0)