Skip to content

Commit 05778d8

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 78e3f15 commit 05778d8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/UnresolvedRelation.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,7 @@ public UnresolvedRelation(
4949
String unresolvedMessage,
5050
SourceCommand sourceCommand
5151
) {
52-
this(
53-
source,
54-
indexPattern,
55-
frozen,
56-
metadataFields,
57-
sourceCommand.indexMode(),
58-
unresolvedMessage,
59-
sourceCommand.name()
60-
);
52+
this(source, indexPattern, frozen, metadataFields, sourceCommand.indexMode(), unresolvedMessage, sourceCommand.name());
6153
}
6254

6355
public UnresolvedRelation(

0 commit comments

Comments
 (0)