Skip to content

Commit

Permalink
fix: lint errors (#14574)
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- authored Oct 22, 2024
1 parent 57b06b4 commit 99ef900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/bloombuild/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ type Builder struct {
func New(
cfg Config,
limits Limits,
schemaCfg config.SchemaConfig,
storeCfg storage.Config,
storageMetrics storage.ClientMetrics,
_ config.SchemaConfig,
_ storage.Config,
_ storage.ClientMetrics,
fetcherProvider stores.ChunkFetcherProvider,
bloomStore bloomshipper.Store,
logger log.Logger,
Expand Down

0 comments on commit 99ef900

Please sign in to comment.