Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored and gitbutler-client committed Dec 5, 2024
1 parent ed81494 commit 9226b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/tx/new/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ impl Cmd {
Cmd::Payment(cmd) => cmd.tx.handle_and_print(op, global_args).await,
Cmd::SetOptions(cmd) => cmd.tx.handle_and_print(op, global_args).await,
Cmd::SetTrustlineFlags(cmd) => cmd.tx.handle_and_print(op, global_args).await,

}?;
Ok(())
}
Expand Down

0 comments on commit 9226b1b

Please sign in to comment.