Description
Workspace fails the formatter check that CONTRIBUTING.md mandates as a CI gate. Reproduces on a clean checkout of origin/main; not a contributor-local issue.
Check produces 18 diff hunks. All 18 are line-wrapping/whitespace nits; pure aesthetics, no functional impact.
Happy to send a cleanup PR + a pre-commit hook suggestion if welcome.
Expected Behavior
Expected cargo fmt --all --check to run clean with exit 0.
Steps to Reproduce
Run cargo fmt --all --check.
OpenFang Version
0.6.0
Operating System
macOS (Apple Silicon)
Logs / Screenshots
No response
Description
Workspace fails the formatter check that CONTRIBUTING.md mandates as a CI gate. Reproduces on a clean checkout of origin/main; not a contributor-local issue.
Check produces 18 diff hunks. All 18 are line-wrapping/whitespace nits; pure aesthetics, no functional impact.
Happy to send a cleanup PR + a pre-commit hook suggestion if welcome.
Expected Behavior
Expected
cargo fmt --all --checkto run clean with exit 0.Steps to Reproduce
Run
cargo fmt --all --check.OpenFang Version
0.6.0
Operating System
macOS (Apple Silicon)
Logs / Screenshots
No response