fix(ci): rustfmt sidecar to unblock the release workflow #8

Merged
whitlocktech merged 1 commits from fix/sidecar-rustfmt into main 2026-07-17 16:43:09 +00:00

1 Commits

Author SHA1 Message Date
ed8d24bb1d style(sidecar): rustfmt-wrap wide signatures/calls
The release workflow's `cargo fmt --check` gate failed on the Protocol 2.0
additions: upsert_guild/upsert_house signatures and their call sites in
main.rs exceeded rustfmt's default width. Reformatted with `cargo fmt` — no
behavioral change. `cargo fmt --check`, `cargo check`, and `cargo test` all
clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 11:41:37 -05:00