style(fmt): apply cargo fmt --all to fix check.yml rustfmt failure #165
Loading…
Reference in a new issue
No description provided.
Delete branch "david/fix/pms-214-cargo-fmt"
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?
The TenantId sweep (PMS-139 batches) introduced formatting diffs (line-length wrapping, import ordering) across calendar, contracts, knowledge_base, settings, sla, tenants, and auth middleware. The check.yml job runs rustfmt in --check mode and exited 1. Running cargo fmt --all normalizes the affected files and brings the check suite back to green.
#PMS-214
Closing as redundant. This PR's only commit was a
cargo fmtfixup (PMS-214) for rustfmt diffs introduced by the PMS-139 TenantId sweep. That formatting is already inmain: PR #173 (chore: cargo fmt --all after the PMS-139 TenantId sweep, commitc441b1c) reformatted the whole workspace and superseded these narrow fixups. Rebasing this PR's head onto currentmaindrops the commit ("patch contents already upstream"), leaving nothing to merge.Pull request closed