Skip to content

fix: apply cargo fmt formatting to fc-agent output.rs#414

Closed
claude-claude[bot] wants to merge 1 commit intofix-output-pipeline-restorefrom
claude/fix-22189518568
Closed

fix: apply cargo fmt formatting to fc-agent output.rs#414
claude-claude[bot] wants to merge 1 commit intofix-output-pipeline-restorefrom
claude/fix-22189518568

Conversation

@claude-claude
Copy link
Copy Markdown
Contributor

@claude-claude claude-claude bot commented Feb 19, 2026

CI Fix

Fixes CI #22188494087

Problem

The cargo fmt --check lint step failed because fc-agent/src/output.rs had formatting that didn't match rustfmt style. Four locations needed reformatting:

  1. Line 80: eprintln! macro with a long format string needed to be broken across lines
  2. Lines 287-300: tokio::time::timeout calls and assert! macros in test_double_reconnect_does_not_drop_messages needed reformatting
  3. Lines 320-324: tokio::time::timeout call in test_no_notify_permit_cascade needed reformatting
  4. Lines 331-336: tokio::time::timeout call and assert! macro in the same test needed reformatting

Solution

Applied the exact formatting changes that cargo fmt requires — no logic changes, only whitespace/line-break adjustments.


Generated by Claude | Fix Run

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@ejc3 ejc3 deleted the branch fix-output-pipeline-restore February 19, 2026 20:23
@ejc3 ejc3 closed this Feb 19, 2026
@ejc3 ejc3 deleted the claude/fix-22189518568 branch March 2, 2026 07: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