Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <george.robinson@grafana.com>
  • Loading branch information
grobinson-grafana committed Mar 21, 2024
1 parent 2f111eb commit 4418773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inhibit/inhibit_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type benchmarkOptions struct {
// newRuleFunc creates the next inhibition rule in the benchmark.
// It is called n times.
newRuleFunc func(idx int) config.InhibitRule
// newAlertsFunc creates teh inhibiting alerts for each inhibition
// newAlertsFunc creates the inhibiting alerts for each inhibition
// rule in the benchmark. It is called n times.
newAlertsFunc func(idx int, r config.InhibitRule) []types.Alert
// benchFunc runs the benchmark.
Expand Down

0 comments on commit 4418773

Please sign in to comment.