Skip to content

Commit 650beeb

Browse files
PatStilesMarcosNicolau
authored andcommitted
fmt
1 parent 9a62d14 commit 650beeb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

batcher/aligned/src/main.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ use transaction::eip2718::TypedTransaction;
2929

3030
use crate::AlignedCommands::DepositToBatcher;
3131
use crate::AlignedCommands::GetUserBalance;
32-
use crate::AlignedCommands::GetUserNonce;
3332
use crate::AlignedCommands::GetUserFirstNonce;
33+
use crate::AlignedCommands::GetUserNonce;
3434
use crate::AlignedCommands::GetVkCommitment;
3535
use crate::AlignedCommands::Submit;
3636
use crate::AlignedCommands::VerifyProofOnchain;
@@ -60,7 +60,10 @@ pub enum AlignedCommands {
6060
GetUserBalance(GetUserBalanceArgs),
6161
#[clap(about = "Get user nonce from the batcher", name = "get-user-nonce")]
6262
GetUserNonce(GetUserNonceArgs),
63-
#[clap(about = "Get the first user nonce from ethereum", name = "get-user-first-nonce")]
63+
#[clap(
64+
about = "Get the first user nonce from ethereum",
65+
name = "get-user-first-nonce"
66+
)]
6467
GetUserFirstNonce(GetUserFirstNonceArgs),
6568
}
6669

0 commit comments

Comments
 (0)