diff --git a/wallet/src/cli/config.rs b/wallet/src/cli/config.rs index 53ad167..47d7ef1 100644 --- a/wallet/src/cli/config.rs +++ b/wallet/src/cli/config.rs @@ -123,7 +123,9 @@ impl WalletSubcommand for ConfigSubcommand { ); } "seq_poll_max_blocks" => { - println!("Sequencer client polling variable: max number of blocks to poll in parallel"); + println!( + "Sequencer client polling variable: max number of blocks to poll in parallel" + ); } "seq_poll_max_retries" => { println!(