Skip to content

Commit 85ac093

Browse files
committed
Spotless
1 parent c0f98e4 commit 85ac093

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -689,11 +689,7 @@ private static void checkFullTextQueryFunctions(LogicalPlan plan, Set<Failure> f
689689
m -> "[" + m.functionName() + "] " + m.functionType(),
690690
failures
691691
);
692-
checkNotPresentInDisjunctions(
693-
condition,
694-
ftf -> "[" + ftf.functionName() + "] " + ftf.functionType(),
695-
failures
696-
);
692+
checkNotPresentInDisjunctions(condition, ftf -> "[" + ftf.functionName() + "] " + ftf.functionType(), failures);
697693
checkFullTextFunctionsParents(condition, failures);
698694
} else {
699695
plan.forEachExpression(FullTextFunction.class, ftf -> {

0 commit comments

Comments
 (0)