Skip to content

Commit 5eb9593

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent a493da0 commit 5eb9593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/TSDimensionBlockLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static final class TSDimensions implements ColumnAtATimeReader {
7676
private final SortedDocValues sorted;
7777
private final SingletonDocValuesBlockLoader blockLoader;
7878

79-
TSDimensions(BlockAwareSortedDocValues sorted, SingletonDocValuesBlockLoader blockLoader) {
79+
TSDimensions(BlockAwareSortedDocValues sorted, SingletonDocValuesBlockLoader blockLoader) {
8080
this.creationThread = Thread.currentThread();
8181
this.sorted = Objects.requireNonNull(sorted);
8282
this.blockLoader = Objects.requireNonNull(blockLoader);

0 commit comments

Comments
 (0)