Skip to content

Commit 7db19f0

Browse files
rename: MidenClientCLI -> MidenClientCli
Co-authored-by: igamigo <[email protected]>
1 parent 3d3e663 commit 7db19f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/miden-cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const TX_GRACEFUL_BLOCK_DELTA: u32 = 20;
7373
rename_all = "kebab-case"
7474
)]
7575
#[command(multicall(true))]
76-
pub struct MidenClientCLI {
76+
pub struct MidenClientCli {
7777
#[command(subcommand)]
7878
behavior: Behavior,
7979
}

0 commit comments

Comments
 (0)