fix(sidecar): apply rustfmt to the protocol 3.0 cutover code #22

Merged
whitlocktech merged 1 commits from fix/rustfmt-release into main 2026-08-01 06:41:47 +00:00

1 Commits

Author SHA1 Message Date
8c4dc0ee93 fix(sidecar): apply rustfmt to the protocol 3.0 cutover code
The release workflow's first gate is `cargo fmt --check`, and the 3.0
cutover merge (2301c57) landed two rustfmt violations in the
`world.ruleset` path, so the run failed before it could build or tag:

- main.rs: the `upsert_ruleset(..)` call fits on one line
- store.rs: the `upsert_ruleset` signature does not

No behavior change — formatting only.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-01 01:40:03 -05:00