Skip to content

chore: cargo fmt --all (clear pre-existing rustfmt debt on main)#4

Merged
New1Direction merged 1 commit into
mainfrom
chore/cargo-fmt
Jun 4, 2026
Merged

chore: cargo fmt --all (clear pre-existing rustfmt debt on main)#4
New1Direction merged 1 commit into
mainfrom
chore/cargo-fmt

Conversation

@New1Direction

Copy link
Copy Markdown
Owner

cargo fmt --all over the workspace — formatting only, no logic changes.

main had accumulated rustfmt debt (notably from the Swarm Console commit 1e54478, plus earlier), so CI's Check formatting step was red on every PR cut from this main — including the bridge-cache PR (#3). This unblocks it.

Touched (all pre-existing, all whitespace/line-wrapping):

  • crates/korg-tui/src/lib.rs
  • crates/korg-runtime/src/execution/{dag,recovery}.rs, crates/korg-runtime/src/identity.rs
  • crates/korg-server/src/lib.rs
  • src/introspect.rs

cargo fmt --all -- --check is clean after this commit.

Pre-existing rustfmt debt on main — formatting only, no logic changes. The CI
'Check formatting' step is red on origin/main (b91bb50) and on every PR cut from
it; this clears it so PRs can go green.
@New1Direction New1Direction merged commit a9450e9 into main Jun 4, 2026
2 checks passed
@New1Direction New1Direction deleted the chore/cargo-fmt branch June 4, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant