Skip to content

fix(fmt): cargo fmt terraphim_orchestrator Refs terraphim/terraphim-ai#2044 (Gitea)#895

Open
AlexMikhalev wants to merge 1 commit into
mainfrom
task/2044-fmt-orchestrator
Open

fix(fmt): cargo fmt terraphim_orchestrator Refs terraphim/terraphim-ai#2044 (Gitea)#895
AlexMikhalev wants to merge 1 commit into
mainfrom
task/2044-fmt-orchestrator

Conversation

@AlexMikhalev
Copy link
Copy Markdown
Contributor

Summary

  • Apply cargo fmt -p terraphim_orchestrator to fix 4 formatting drifts in crates/terraphim_orchestrator/src/lib.rs
  • No logic changes — pure formatting pass

Changes

Location Change
L274 Wrap active_compound_review field type across two lines (line too long)
L6208 Compact warn! macro trailing comma+str args to one line
L6216 Compact info! macro trailing comma+str args to one line
L8036 Compact tokio::spawn closure to one line

Quality gates

  • cargo fmt -p terraphim_orchestrator -- --check: PASS
  • cargo clippy -p terraphim_orchestrator -- -D warnings: PASS (0 warnings)

Gitea reference

Fixes terraphim/terraphim-ai#2044 (Gitea)

4 formatting drifts in crates/terraphim_orchestrator/src/lib.rs:
- L274: wrap active_compound_review field type across two lines
- L6208: compact warn! macro trailing comma-separated args to one line
- L6216: compact info! macro trailing comma-separated args to one line
- L8036: compact tokio::spawn closure to one line

cargo fmt --check now passes cleanly on this crate.
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