style: run formatter
This commit is contained in:
parent
c1f23220fa
commit
dd38badc6e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue