Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 10, 2024
1 parent 829a0e9 commit ce2ee21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/tx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use super::global;

pub mod args;
pub mod decode;
pub mod encode;
pub mod hash;
pub mod help;
pub mod new;
Expand All @@ -10,7 +11,6 @@ pub mod send;
pub mod sign;
pub mod simulate;
pub mod xdr;
pub mod encode;

pub use args::Args;

Expand Down

0 comments on commit ce2ee21

Please sign in to comment.