Whitespace

Signed-off-by: Vivianne Langdon <puttabutta@gmail.com>
This commit is contained in:
Vivianne Langdon 2025-05-25 14:29:47 -04:00
parent acede43611
commit 47386eca9f

View file

@ -268,7 +268,6 @@ func (w *worker) _next() {
w.sentryHub.ConfigureScope(func(scope *sentry.Scope) { w.sentryHub.ConfigureScope(func(scope *sentry.Scope) {
scope.SetTag("room_id", w.roomID) scope.SetTag("room_id", w.roomID)
}) })
msgs, err := w.subscription.Fetch(1, nats.Context(ctx)) msgs, err := w.subscription.Fetch(1, nats.Context(ctx))
switch err { switch err {
case nil: case nil: