Browse Source

Remove empty line

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/14691/head
Arve Knudsen 3 months ago
parent
commit
250aa5031d
  1. 1
      notifier/notifier.go

1
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)
}

Loading…
Cancel
Save