chore: cargo fmt --all after the PMS-139 TenantId sweep #173

Merged
YousifShkara merged 1 commit from chore/cargo-fmt-after-pms-139-sweep into main 2026-06-11 15:01:12 +02:00
Owner

CI fmt-check went red on main after the PMS-139 batch landed: each sweep PR added use crate::modules::auth::TenantId; imports and inline TenantId::from_trusted(...) calls without re-running cargo 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-fmt clean.

CI fmt-check went red on main after the PMS-139 batch landed: each sweep PR added `use crate::modules::auth::TenantId;` imports and inline `TenantId::from_trusted(...)` calls without re-running `cargo 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-fmt` clean.
chore: cargo fmt --all after the PMS-139 TenantId sweep
All checks were successful
Create release / Create release from merged PR (pull_request) Has been skipped
E2E (staging) / Playwright against staging (pull_request) Successful in 33s
Check / fmt + clippy + compile + tests (pull_request) Successful in 1m22s
Build OCI container / Build and push mokosh-api image (push) Successful in 6m47s
c441b1c4bb
CI fmt-check went red on main after the PMS-139 batch landed: each sweep PR added `use crate::modules::auth::TenantId;` imports and inline `TenantId::from_trusted(...)` calls without re-running `cargo 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-fmt` clean.
YousifShkara deleted branch chore/cargo-fmt-after-pms-139-sweep 2026-06-11 15:01:12 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/mokosh-server!173
No description provided.