style: rustfmt the LC-186 remote-control audit files (LC-187) #231

Merged
nrupard merged 1 commit from fix/lc-187-fmt into main 2026-05-27 16:38:38 +02:00
Owner

The Check workflow's cargo fmt --check failed on the three LC-186 files (#230): server/src/db/remote_control_audit.rs, server/src/routes/ws.rs, server/tests/db_remote_control_audit.rs. rustfmt wanted long fn signatures and chained .await expressions wrapped. I had run cargo fmt on the desktop crate but not the server crate, so the drift slipped past local verification.

This PR applies cargo fmt --all; the diff is exactly what the workflow reported. Formatting-only, no behavior change. cargo fmt --all --check is now clean. (LC-187)

The Check workflow's `cargo fmt --check` failed on the three LC-186 files (#230): `server/src/db/remote_control_audit.rs`, `server/src/routes/ws.rs`, `server/tests/db_remote_control_audit.rs`. rustfmt wanted long fn signatures and chained `.await` expressions wrapped. I had run `cargo fmt` on the desktop crate but not the server crate, so the drift slipped past local verification. This PR applies `cargo fmt --all`; the diff is exactly what the workflow reported. Formatting-only, no behavior change. `cargo fmt --all --check` is now clean. (LC-187)
style: rustfmt the LC-186 remote-control audit files
All checks were successful
check-secrets / TruffleHog (push) Successful in 4s
check-secrets / Nosey parker (push) Successful in 4s
check-secrets / Kingfisher (push) Successful in 5s
check-secrets / TruffleHog (pull_request) Successful in 6s
check-secrets / Nosey parker (pull_request) Successful in 7s
check-secrets / Kingfisher (pull_request) Successful in 8s
Create release / Create release from merged PR (pull_request) Has been skipped
Check / clippy + fmt + tests (pull_request) Successful in 4m40s
346cfb1a01
Apply cargo fmt to the three LC-186 files the Check workflow flagged (wrapped long fn signatures and chained .await). Formatting-only; no behavior change. (LC-187)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
nrupard deleted branch fix/lc-187-fmt 2026-05-27 16:38:39 +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!231
No description provided.