Skip to content

fix(ci): inline tracing::debug! in notifier to unbreak Format gate#283

Merged
emal-avala merged 1 commit into
mainfrom
fix/notifier-fmt
May 5, 2026
Merged

fix(ci): inline tracing::debug! in notifier to unbreak Format gate#283
emal-avala merged 1 commit into
mainfrom
fix/notifier-fmt

Conversation

@emal-avala
Copy link
Copy Markdown
Member

Format CI gate broke on main after #280 merged. The multi-line tracing::debug! rustfmt-locally clean but CI rustfmt rejected it. One-line fix; trivial.

The multi-line form passed rustfmt locally but the CI format check
on main rejected it (likely a width threshold or rustfmt-version
difference). The single-arg call fits comfortably on one line at
99 chars; inline it.
@emal-avala emal-avala merged commit d9708f6 into main May 5, 2026
14 checks passed
@emal-avala emal-avala deleted the fix/notifier-fmt branch May 5, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant