style: run formatter

This commit is contained in:
Bastien Riviere 2023-09-11 20:01:26 +02:00
parent c1f23220fa
commit dd38badc6e
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -163,7 +163,6 @@ func (b Bridge) ServeHTTP(w http.ResponseWriter, r *http.Request) {
} }
nots, err := b.h.ProduceNotifications(r) nots, err := b.h.ProduceNotifications(r)
if err != nil { if err != nil {
slog.Error("failed to format notification") slog.Error("failed to format notification")
w.WriteHeader(http.StatusBadRequest) w.WriteHeader(http.StatusBadRequest)