From 250aa5031dc5e66ad6b7d1e077461cad64e15b10 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 19 Aug 2024 10:50:27 +0200 Subject: [PATCH] Remove empty line Signed-off-by: Arve Knudsen --- notifier/notifier.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notifier/notifier.go b/notifier/notifier.go index 2ebfbbee5..218e4cb8c 100644 --- a/notifier/notifier.go +++ b/notifier/notifier.go @@ -674,7 +674,6 @@ func (n *Manager) sendOne(ctx context.Context, c *http.Client, url string, b []b }() // Any HTTP status 2xx is OK. - if resp.StatusCode/100 != 2 { return fmt.Errorf("bad response status %s", resp.Status) }