Skip to content

Commit f442cd0

Browse files
committed
fixing checkstyle
1 parent 440c336 commit f442cd0

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/X-Block.java.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ $if(BytesRef)$
7171
if (ref.length == 0) {
7272
continue;
7373
}
74-
if(value.equals(ref)) {
74+
if value.equals(ref)) {
7575
return true;
7676
}
7777
$else$
78-
if(value == get$Type$(index)) {
78+
if (value == get$Type$(index)) {
7979
return true;
8080
}
8181
$endif$

0 commit comments

Comments
 (0)