style: run formatter
All checks were successful
Go / build (push) Successful in 36s

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)
if err != nil {
slog.Error("failed to format notification")
w.WriteHeader(http.StatusBadRequest)