Skip to content

Commit

Permalink
Appease linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
seizethedave committed Oct 17, 2024
1 parent 1205869 commit a82fc3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/blockbuilderscheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ import (
"github.com/go-kit/log/level"
"github.com/grafana/dskit/ring"
"github.com/grafana/dskit/services"
"github.com/grafana/mimir/pkg/storage/ingest"
"github.com/prometheus/client_golang/prometheus"
"github.com/twmb/franz-go/pkg/kadm"
"github.com/twmb/franz-go/pkg/kgo"

"github.com/grafana/mimir/pkg/storage/ingest"
)

type BlockBuilderScheduler struct {
Expand Down

0 comments on commit a82fc3c

Please sign in to comment.