style: apply rustfmt to fix check.yml formatting gate #168
Loading…
Reference in a new issue
No description provided.
Delete branch "david/fix/pms-222-rustfmt-gate"
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 check.yml job failed on cargo fmt --check, which emitted rustfmt diffs across source and test files (unsorted use crate::modules::auth::TenantId; imports introduced during the PMS-139 TenantId sweep, plus lines exceeding the width limit needing multi-line wrapping). Running cargo fmt --all reflows the affected files so the formatting gate passes.
#PMS-222
Closing as redundant. This PR's only commit was a
cargo fmtfixup (PMS-222) 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