Skip to content

fix: rustfmt cleanup#311

Merged
kacy merged 1 commit intomainfrom
fix/fmt-and-build-dependency
Feb 26, 2026
Merged

fix: rustfmt cleanup#311
kacy merged 1 commit intomainfrom
fix/fmt-and-build-dependency

Conversation

@kacy
Copy link
Copy Markdown
Owner

@kacy kacy commented Feb 26, 2026

summary

formatting-only cleanup. cargo fmt flagged a handful of lines in execute.rs, grpc.rs, and main.rs — no behavior changes.

the grpc.rs hunks were pre-existing (long score-bound chains). the execute.rs and main.rs hunks came from the launch readiness PR (#310).

what was tested

  • cargo fmt --check passes clean
  • cargo clippy --workspace -- -D warnings passes clean
  • cargo test --workspace — 116 pass, 0 fail (cluster flakiness is pre-existing port-collision noise in the test harness, unrelated to these changes)

run cargo fmt to fix formatting in execute.rs, grpc.rs, and main.rs.
no behavior changes — formatting only.

also note: integration tests use find_binary() to locate the ember-server
subprocess, which bypasses cargo's dependency tracking. always run
cargo build -p ember-server before cargo test when testing the integration
suite standalone.
@kacy kacy merged commit de9752d into main Feb 26, 2026
7 checks passed
@kacy kacy deleted the fix/fmt-and-build-dependency branch February 26, 2026 16:00
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