style: apply rustfmt to fix check.yml formatting gate #168

Closed
David wants to merge 0 commits from david/fix/pms-222-rustfmt-gate into main AGit
Owner

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

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
style: apply rustfmt to fix check.yml formatting gate
Some checks failed
E2E (staging) / Playwright against staging (pull_request) Failing after 27s
Check / fmt + clippy + compile + tests (pull_request) Successful in 2m39s
Create release / Create release from merged PR (pull_request) Has been skipped
dcce56ede3
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
Author
Owner

Closing as redundant. This PR's only commit was a cargo fmt fixup (PMS-222) for rustfmt diffs introduced by the PMS-139 TenantId sweep. That formatting is already in main: PR #173 (chore: cargo fmt --all after the PMS-139 TenantId sweep, commit c441b1c) reformatted the whole workspace and superseded these narrow fixups. Rebasing this PR's head onto current main drops the commit ("patch contents already upstream"), leaving nothing to merge.

Closing as redundant. This PR's only commit was a `cargo fmt` fixup (PMS-222) for rustfmt diffs introduced by the PMS-139 TenantId sweep. That formatting is already in `main`: PR #173 (`chore: cargo fmt --all after the PMS-139 TenantId sweep`, commit `c441b1c`) reformatted the whole workspace and superseded these narrow fixups. Rebasing this PR's head onto current `main` drops the commit ("patch contents already upstream"), leaving nothing to merge.
David closed this pull request 2026-06-13 12:39:53 +02:00
Some checks are pending
E2E (staging) / Playwright against staging (pull_request) Failing after 27s
Check / fmt + clippy + compile + tests (pull_request) Successful in 2m39s
Required
Details
Create release / Create release from merged PR (pull_request) Has been skipped
E2E / * (pull_request)
Required

Pull request closed

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!168
No description provided.