Skip to content

Commit 6ae59e0

Browse files
committed
chore: run cargo fmt
1 parent e9752c5 commit 6ae59e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/cli/src/commands

aggregation_mode/cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use crate::commands::{deposit::SendPaymentArgs, submit::SubmitCommand, verify::VerifyOnChainArgs};
22
use clap::{Parser, Subcommand};
33

4-
mod helpers;
54
pub mod deposit;
5+
mod helpers;
66
pub mod submit;
77
pub mod verify;
88

0 commit comments

Comments
 (0)