From e61b1c3028c89d8ae424326a774f1e034facd5cc Mon Sep 17 00:00:00 2001 From: George Robinson Date: Thu, 21 Mar 2024 17:48:14 +0000 Subject: [PATCH] Remove duplicate comment Signed-off-by: George Robinson --- inhibit/inhibit_bench_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/inhibit/inhibit_bench_test.go b/inhibit/inhibit_bench_test.go index 60606ac324..ec09860eb3 100644 --- a/inhibit/inhibit_bench_test.go +++ b/inhibit/inhibit_bench_test.go @@ -71,7 +71,6 @@ type benchmarkOptions struct { // n is the total number of inhibition rules. n int // newRuleFunc creates the next inhibition rule. It is called n times. - // It is called n times. newRuleFunc func(idx int) config.InhibitRule // newAlertsFunc creates the inhibiting alerts for each inhibition rule. // It is called n times.