From dd38badc6eec33315654782098c619b087450058 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Mon, 11 Sep 2023 20:01:26 +0200 Subject: [PATCH] style: run formatter --- bridge/bridge.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge/bridge.go b/bridge/bridge.go index 7c350bd..0075236 100644 --- a/bridge/bridge.go +++ b/bridge/bridge.go @@ -163,7 +163,6 @@ func (b Bridge) ServeHTTP(w http.ResponseWriter, r *http.Request) { } nots, err := b.h.ProduceNotifications(r) - if err != nil { slog.Error("failed to format notification") w.WriteHeader(http.StatusBadRequest)