From 10731e326d5e5af7f6e39a8ef2631b87a977b98b Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Mon, 17 Nov 2025 14:43:44 +0200 Subject: [PATCH] fix: suggestion upfix --- wallet/src/cli/config.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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!(