Skip to content

Commit 2ee261b

Browse files
committed
Spotless
1 parent b07101d commit 2ee261b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/planner/ExpressionTranslators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected Query asQuery(MatchQueryPredicate q, TranslatorHandler handler) {
9999
}
100100

101101
public static Query doTranslate(MatchQueryPredicate q, TranslatorHandler handler) {
102-
return new MatchQuery(q.source(), handler.nameOf(q.field()), q.query(), null, null, q);
102+
return new MatchQuery(q.source(), handler.nameOf(q.field()), q.query(), null, null, q);
103103
}
104104
}
105105

0 commit comments

Comments
 (0)