Skip to content

Commit 47ea6e5

Browse files
juntaoclaude
andcommitted
style: cargo fmt
Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a04e5a2 commit 47ea6e5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/bin/hyperliquid.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,7 @@ async fn main() -> Result<()> {
515515
Commands::Balance => commands::balance::run(EXCHANGE, json_output).await,
516516
Commands::Positions => commands::positions::run(EXCHANGE, json_output).await,
517517
Commands::Perp(cmd) => match cmd {
518-
PerpCmd::Quote { symbol } => {
519-
commands::quote::run_perp(&symbol, json_output).await
520-
}
518+
PerpCmd::Quote { symbol } => commands::quote::run_perp(&symbol, json_output).await,
521519
PerpCmd::Orderbook { symbol, levels } => {
522520
commands::orderbook::run_perp(&symbol, levels, EXCHANGE, json_output).await
523521
}

0 commit comments

Comments
 (0)