From 30e374773040e8b40f92f797d3993ff3ec860eec Mon Sep 17 00:00:00 2001 From: Ethan Hunter Date: Fri, 22 Nov 2024 16:39:08 -0500 Subject: [PATCH] fix formatting Signed-off-by: Ethan Hunter --- inhibit/inhibit.go | 1 - 1 file changed, 1 deletion(-) diff --git a/inhibit/inhibit.go b/inhibit/inhibit.go index ac572351..2e433cf6 100644 --- a/inhibit/inhibit.go +++ b/inhibit/inhibit.go @@ -312,7 +312,6 @@ func (r *InhibitRule) findInhibitor(lset model.LabelSet, now time.Time) (model.F return fp, true } - } return model.Fingerprint(0), false