style: apply cargo fmt across modules and tests #172
Loading…
Reference in a new issue
No description provided.
Delete branch "david/fix/pms-230-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?
Reformat src/ and tests/ to satisfy
cargo fmt --check, which the check.yml CI job ran before clippy/compile and which failed (run #822) on import ordering and rustfmt line-wrapping. No functional changes; pure rustfmt output.#PMS-230
Closing as redundant and stale, same as #170. This PR's only commit was a
cargo fmtfixup (PMS-230).The formatting intent is already in
main: PR #173 (chore: cargo fmt --all after the PMS-139 TenantId sweep,c441b1c) and PR #183 (chore(fmt): apply cargo fmt --all after PMS-244..PMS-249 sweep) reformatted the whole workspace.The specific lines this PR reflows are obsolete. It wraps
TenantId::from_trusted(tenant_id)at the tickets notify/dispatch call sites; the tickets hub was fully migrated toTenantIdin PR #171 (sweep batch 8), somainnow passes the already-typedtenant_iddirectly. That divergence is the source of the merge conflict (src/modules/tickets/automation.rs,src/modules/tickets/service.rs); resolving towardmainloses nothing this PR intended, since it intended only formatting.It is an AGit PR with no server branch (head only at
refs/pull/172/head), so "Update Branch" was never available. Nothing left to merge.Pull request closed