Skip to content

Commit e32d986

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1e73665 commit e32d986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/read/TSIDOrdinalsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
public class TSIDOrdinalsBuilder implements BlockLoader.TSIDOrdinalsBuilder, Releasable, Block.Builder {
3131

32-
private static final int TSID_SIZE_GUESS = 2 + 16 + 16 + 4 * 8;
32+
private static final int TSID_SIZE_GUESS = 2 + 16 + 16 + 4 * 8;
3333

3434
private final BlockFactory blockFactory;
3535
private final SortedDocValues docValues;

0 commit comments

Comments
 (0)