chore: cargo fmt --all after the PMS-139 TenantId sweep #173
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
psa-systems/mokosh-server!173
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/cargo-fmt-after-pms-139-sweep"
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?
CI fmt-check went red on main after the PMS-139 batch landed: each sweep PR added
use crate::modules::auth::TenantId;imports and inlineTenantId::from_trusted(...)calls without re-runningcargo fmt, so rustfmt's import ordering + long-line wrapping diverged across 28 files (audit, auth, billing, calendar, contacts, contracts, knowledge_base, notifications, portal, seed, settings, sla, tenants, tickets, plus four test files).Pure formatting; zero behavior change.
just check-fmtclean.