Skip to content

Commit 51e95a1

Browse files
elasticsearchmachinemartijnvg
authored andcommitted
[CI] Auto commit changes from spotless
1 parent 8e9928d commit 51e95a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/tsdb/es819/ES819TSDBDocValuesProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ public void loadBlock(BlockLoader.SingletonLongBuilder builder, BlockLoader.Docs
12551255
// consume remaining
12561256
int docsLength = docs.count() - offset;
12571257
int blockLength = ES819TSDBDocValuesFormat.NUMERIC_BLOCK_SIZE - firstBlockInIndex;
1258-
if (docsLength< blockLength) {
1258+
if (docsLength < blockLength) {
12591259
builder.appendLongs(currentBlock, firstBlockInIndex, docsLength);
12601260
return;
12611261
} else {

0 commit comments

Comments
 (0)