Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
  • Loading branch information
ArthurSens committed Jan 10, 2025
1 parent 707ce2a commit e31fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/prometheusreceiver/internal/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (t *transaction) AppendHistogramCTZeroSample(_ storage.SeriesRef, _ labels.
return 0, nil
}

func (t *transaction) SetOptions(opts *storage.AppendOptions) {
func (t *transaction) SetOptions(_ *storage.AppendOptions) {
// TODO: implement this func
}

Expand Down

0 comments on commit e31fcce

Please sign in to comment.