Skip to content

Commit 103a886

Browse files
committed
fixing checkstyle - typo
1 parent f442cd0 commit 103a886

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $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$

0 commit comments

Comments
 (0)