Skip to content

Commit a50b945

Browse files
committed
Small fix wrt inports and whitespaces
1 parent 9a2bf0a commit a50b945

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ package org.elasticsearch.compute.data.sort;
99

1010
import org.elasticsearch.common.util.BigArrays;
1111
import org.elasticsearch.common.util.BitArray;
12-
import org.elasticsearch.common.util.$Type$Array;
1312
$if(Tuple)$
1413
import org.elasticsearch.common.util.ObjectArray;
14+
$else$
15+
import org.elasticsearch.common.util.$Type$Array;
1516
$endif$
1617
import org.elasticsearch.common.util.PageCacheRecycler;
1718
import org.elasticsearch.compute.data.Block;
@@ -217,6 +218,7 @@ $if(Tuple)$
217218
blocks[offset + 1] = longBuilder.build();
218219
}
219220
}
221+
220222
$else$
221223
/**
222224
* Creates a block with the values from the {@code selected} groups.

0 commit comments

Comments
 (0)