Skip to content

style: rustfmt fix in DISABLE_WEB_UI fallback handler#49

Merged
alejandro-runner merged 1 commit into
synvya-stagingfrom
fix/disable-web-ui-bypass-fmt
May 1, 2026
Merged

style: rustfmt fix in DISABLE_WEB_UI fallback handler#49
alejandro-runner merged 1 commit into
synvya-stagingfrom
fix/disable-web-ui-bypass-fmt

Conversation

@alejandro-runner
Copy link
Copy Markdown
Member

Summary

  • Follow-up to #48. The CI cargo fmt --all -- --check job failed on the merged commit because the match arm in the new fallback handler was hand-formatted across multiple lines.
  • Collapse Some(url) => { Redirect::temporary(&url).into_response() } back to a single line, matching what rustfmt wants.

No behavior change — purely a formatting fix.

Test plan

  • cargo fmt --all -- --check exits 0 locally

The match arm in #48 was hand-formatted across multiple lines; rustfmt
wants it on one. Collapse it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alejandro-runner alejandro-runner merged commit d349070 into synvya-staging May 1, 2026
@alejandro-runner alejandro-runner deleted the fix/disable-web-ui-bypass-fmt branch May 1, 2026 03:40
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