Skip to content

Commit 2b56361

Browse files
committed
goformat
1 parent 6d65034 commit 2b56361

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pkg/store/bucket.go

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -607,24 +607,24 @@ func NewBucketStore(
607607
b := make([]byte, 0, initialBufSize)
608608
return &b
609609
}},
610-
chunkPool: pool.NoopPool[byte]{},
611-
blocks: map[ulid.ULID]*bucketBlock{},
612-
blockSets: map[uint64]*bucketBlockSet{},
613-
blockSyncConcurrency: blockSyncConcurrency,
614-
queryGate: gate.NewNoop(),
615-
chunksLimiterFactory: chunksLimiterFactory,
616-
seriesLimiterFactory: seriesLimiterFactory,
617-
bytesLimiterFactory: bytesLimiterFactory,
618-
partitioner: partitioner,
619-
enableCompatibilityLabel: enableCompatibilityLabel,
620-
postingOffsetsInMemSampling: postingOffsetsInMemSampling,
621-
enableSeriesResponseHints: enableSeriesResponseHints,
622-
enableChunkHashCalculation: enableChunkHashCalculation,
623-
seriesBatchSize: SeriesBatchSize,
624-
sortingStrategy: sortingStrategyStore,
610+
chunkPool: pool.NoopPool[byte]{},
611+
blocks: map[ulid.ULID]*bucketBlock{},
612+
blockSets: map[uint64]*bucketBlockSet{},
613+
blockSyncConcurrency: blockSyncConcurrency,
614+
queryGate: gate.NewNoop(),
615+
chunksLimiterFactory: chunksLimiterFactory,
616+
seriesLimiterFactory: seriesLimiterFactory,
617+
bytesLimiterFactory: bytesLimiterFactory,
618+
partitioner: partitioner,
619+
enableCompatibilityLabel: enableCompatibilityLabel,
620+
postingOffsetsInMemSampling: postingOffsetsInMemSampling,
621+
enableSeriesResponseHints: enableSeriesResponseHints,
622+
enableChunkHashCalculation: enableChunkHashCalculation,
623+
seriesBatchSize: SeriesBatchSize,
624+
sortingStrategy: sortingStrategyStore,
625625
lazyRetrievalMaxBufferedResponses: 1,
626-
indexHeaderLazyDownloadStrategy: indexheader.AlwaysEagerDownloadIndexHeader,
627-
requestLoggerFunc: NoopRequestLoggerFunc,
626+
indexHeaderLazyDownloadStrategy: indexheader.AlwaysEagerDownloadIndexHeader,
627+
requestLoggerFunc: NoopRequestLoggerFunc,
628628
}
629629

630630
for _, option := range options {

0 commit comments

Comments
 (0)