style(mcp_client): cargo fmt — multi-line if-else (CI fix for be302ed) #9
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_agent!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_fmt_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Follow-up fix to PR #8 merge (commit
be302ed). The original commit had an inlineif sanitized == tool_name { None } else { Some(tool_name) }that exceeded rustfmts preferred line length when combined with the field assignment context, causing theformatCI check to fail post-merge.Pure formatting change — no semantic difference.
What changed
cargo fmtreformats the inline branch to multi-line:Verified
cargo fmt --check→ cleanRisk
Refs lhumina_code/home#153
Signed-off-by: mik-tf