style: apply cargo fmt to fix drifted formatting #100

Merged
David merged 2 commits from style/cargo-fmt-drift into main 2026-05-15 01:01:45 +02:00
Owner

Summary

Four files had hand-written formatting that no longer matches what rustfmt produces, so just check-fmt was failing. Running just fmt re-aligns them; no behaviour change.

Affected files:

  • server/src/db/chat.rs (insert_system_message query)
  • server/src/routes/ws.rs (the VoiceRoster match arm)
  • server/tests/db_uploads.rs and server/tests/uploads_sweep.rs (migration list indentation)

Test plan

  • just check-fmt exits 0 after the change.
  • No source files are touched outside the four listed above.
## Summary Four files had hand-written formatting that no longer matches what rustfmt produces, so `just check-fmt` was failing. Running `just fmt` re-aligns them; no behaviour change. Affected files: - `server/src/db/chat.rs` (`insert_system_message` query) - `server/src/routes/ws.rs` (the `VoiceRoster` match arm) - `server/tests/db_uploads.rs` and `server/tests/uploads_sweep.rs` (migration list indentation) ## Test plan - [x] `just check-fmt` exits 0 after the change. - [x] No source files are touched outside the four listed above.
style: apply cargo fmt to fix drifted formatting
Some checks failed
Check / clippy + fmt + tests (pull_request) Failing after 30s
27d7c55acf
Four files had hand-written formatting that no longer matches what rustfmt produces (insert_system_message query in server/src/db/chat.rs, the VoiceRoster match arm in server/src/routes/ws.rs, and the migration list indentation in server/tests/db_uploads.rs and server/tests/uploads_sweep.rs). `just check-fmt` was failing in CI as a result. Running `just fmt` re-aligns them; no behaviour change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Merge branch 'main' into style/cargo-fmt-drift
Some checks failed
Check / clippy + fmt + tests (pull_request) Failing after 33s
618b8738a1
David merged commit ff485b0cef into main 2026-05-15 01:01:45 +02:00
David deleted branch style/cargo-fmt-drift 2026-05-15 01:01:45 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/lets-chat!100
No description provided.