Commit dc5b32f
style(fmt): unbreak rust-ci Test job (cargo fmt drift in seam_contract_tests)
`cargo fmt --check` has been red on main since 2026-05-22 because two
let-bindings in tests/seam_contract_tests.rs (lines 433 and 490) were
wrapped onto two lines despite fitting on one. Pure mechanical `cargo
fmt` output — no semantic change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent caa407f commit dc5b32f
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
437 | | - | |
| 436 | + | |
438 | 437 | | |
439 | 438 | | |
440 | 439 | | |
| |||
490 | 489 | | |
491 | 490 | | |
492 | 491 | | |
493 | | - | |
494 | | - | |
| 492 | + | |
495 | 493 | | |
496 | 494 | | |
497 | 495 | | |
| |||
0 commit comments