Skip to content

style: cargo fmt --all to satisfy CI fmt check#2

Merged
enriquephl merged 1 commit into
mainfrom
fix/ci-fmt
May 7, 2026
Merged

style: cargo fmt --all to satisfy CI fmt check#2
enriquephl merged 1 commit into
mainfrom
fix/ci-fmt

Conversation

@enriquephl

Copy link
Copy Markdown
Member

Summary

  • Last 5 CI runs on main were red on the fmt job — rustfmt 1.88 wanted three blocks reformatted that recent edits had left over the width budget.
  • Ran cargo fmt --all and committed the diff. No behavior changes.

Files

  • crates/eros-engine-llm/src/model_config.rs — fixture test array literals + multi-arg assert_eq!s.
  • crates/eros-engine-server/src/main.rs — persona seeder read_dir / read_to_string chains.
  • crates/eros-engine-store/src/persona.rsupsert_genome if let Some(...) guard.

Test plan

  • cargo fmt --all -- --check clean locally
  • cargo clippy --workspace --all-targets -- -D warnings clean locally
  • CI fmt + clippy + test green on this PR

🤖 Generated with Claude Code

CI started failing on rustfmt 1.88 because recent edits left a few
multi-arg expressions/array literals over rustfmt's width budget.
Reformatted in eros-engine-llm/model_config.rs (fixture test arrays),
eros-engine-server/main.rs (persona seeder reads), and
eros-engine-store/persona.rs (upsert_genome guard) to match.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@enriquephl enriquephl merged commit 0ca69a7 into main May 7, 2026
4 of 5 checks passed
@enriquephl enriquephl deleted the fix/ci-fmt branch May 8, 2026 09:16
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