style: apply cargo fmt to fix drifted formatting #100
Loading…
Reference in a new issue
No description provided.
Delete branch "style/cargo-fmt-drift"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Four files had hand-written formatting that no longer matches what rustfmt produces, so
just check-fmtwas failing. Runningjust fmtre-aligns them; no behaviour change.Affected files:
server/src/db/chat.rs(insert_system_messagequery)server/src/routes/ws.rs(theVoiceRostermatch arm)server/tests/db_uploads.rsandserver/tests/uploads_sweep.rs(migration list indentation)Test plan
just check-fmtexits 0 after the change.