Skip to content

fix: resolve all cargo fmt lint issues#1

Merged
juntao merged 1 commit intomainfrom
fix/cargo-fmt-lint
Feb 25, 2026
Merged

fix: resolve all cargo fmt lint issues#1
juntao merged 1 commit intomainfrom
fix/cargo-fmt-lint

Conversation

@juntao
Copy link
Copy Markdown
Member

@juntao juntao commented Feb 25, 2026

Summary

  • Run cargo fmt to fix all formatting lint issues flagged by cargo fmt -- --check
  • Fixes line wrapping, closure formatting, macro condensing, and module declaration ordering across 6 source files: coinbase.rs, commands/deposit.rs, commands/perp.rs, commands/withdraw.rs, hip3.rs, main.rs
  • No functional changes — purely whitespace/formatting

Test plan

  • cargo fmt -- --check passes with no diff
  • cargo build --release compiles successfully
  • cargo test — 2 tests pass

🤖 Generated with Claude Code

Run cargo fmt to fix formatting across 6 source files: line wrapping,
closure formatting, macro condensing, and module declaration ordering.

Signed-off-by: Michael Yuan <michael@secondstate.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@juntao juntao merged commit a0f5fcb into main Feb 25, 2026
2 checks passed
@juntao juntao deleted the fix/cargo-fmt-lint branch February 25, 2026 18:39
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