You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(fmt): apply rustfmt drift cleanup (mechanical, no behaviour change)
`cargo fmt --all -- --check` on `main` has been showing diffs in
five files for a while. This applies the rustfmt-recommended changes
verbatim — purely mechanical line-wrap reformatting, no behavioural
changes, no API surface affected.
Files touched:
- src/assail/analyzer.rs (~7860, ~7931)
- src/bridge/classify.rs (~355, ~403, ~439, ~458, ~516)
- src/bridge/lockfile.rs (~590, ~1018)
- src/bridge/reachability.rs (~258, ~289, ~312, ~382, ~404)
- src/main.rs (~2513)
Verification:
- `cargo fmt --all -- --check` after the edit: clean (exit 0).
- `cargo test --lib --no-default-features`: 288 passed, 0 failures.
Discovered while running pre-commit checks for the issue #33 polish PR
(#88). Filed separately to keep the polish diff focused on its own
parser/test changes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments