From ce2ee2176399271ef552495afcb301c3ea2ec5ab Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:59:11 +1000 Subject: [PATCH] fmt --- cmd/soroban-cli/src/commands/tx/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-cli/src/commands/tx/mod.rs b/cmd/soroban-cli/src/commands/tx/mod.rs index 8ea554975..bcc28421a 100644 --- a/cmd/soroban-cli/src/commands/tx/mod.rs +++ b/cmd/soroban-cli/src/commands/tx/mod.rs @@ -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; @@ -10,7 +11,6 @@ pub mod send; pub mod sign; pub mod simulate; pub mod xdr; -pub mod encode; pub use args::Args;