Skip to content

Commit

Permalink
Pick lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala committed Aug 21, 2023
1 parent 738ca68 commit ee8950c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempodb/backend/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (rw *Backend) ReadRange(ctx context.Context, name string, keypath backend.K
}

// HasFeature implements backend.Reader
func (rw *Backend) HasFeature(f backend.Feature) bool {
func (rw *Backend) HasFeature(_ backend.Feature) bool {
return false
}

Expand Down

0 comments on commit ee8950c

Please sign in to comment.