style: apply cargo fmt across modules and tests #166
Loading…
Reference in a new issue
No description provided.
Delete branch "david/fix/pms-217-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?
Run
cargo fmt --allto fix rustfmt violations (import ordering and call-chain line-wrapping) that broke the check.ymlcargo fmt --checkjob on run #793. No behavior change.#PMS-217
Closing as redundant. This PR's only commit was a
cargo fmtfixup (PMS-217) 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