Skip to content

Commit 6cdbf5a

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 5832ff0 commit 6cdbf5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/IdentifierBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public String visitIndexPattern(List<EsqlBaseParser.IndexPatternContext> ctx) {
9999
return Strings.collectionToDelimitedString(patterns, ",");
100100
}
101101

102-
103102
private static void throwOnMixingSelectorWithCluster(String indexPattern, EsqlBaseParser.IndexPatternContext c) {
104103
InvalidIndexNameException ie = new InvalidIndexNameException(
105104
indexPattern,

0 commit comments

Comments
 (0)