Skip to content

Commit

Permalink
chore: remove unnecessary blank identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
gwossum committed Nov 12, 2024
1 parent a7baaeb commit 63ad18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdb/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ func (s *Store) loadShards(ctx context.Context) error {

// Setup progress metrics.
if s.startupProgressMetrics != nil {
for _, _ = range shards {
for _ = range shards {
s.startupProgressMetrics.AddShard()
}
}
Expand Down

0 comments on commit 63ad18e

Please sign in to comment.