From ff0efddccccc606a9d905a2609c52f6a6d9c6ae6 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Wed, 22 Jul 2026 10:47:37 +0300 Subject: [PATCH] fix(fmt): fmt --- lez/wallet/src/multi_client.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lez/wallet/src/multi_client.rs b/lez/wallet/src/multi_client.rs index 1addf7db..45df1256 100644 --- a/lez/wallet/src/multi_client.rs +++ b/lez/wallet/src/multi_client.rs @@ -246,7 +246,8 @@ impl MultiSequencerClient { // Collecting all statistics into one map to lock updates only once let mut statistic_map: HashMap> = HashMap::new(); - // We need helm response to avoid constructing guard Result, which we can not do with generics. + // We need helm response to avoid constructing guard Result, which we can not do with + // generics. let (helm, helm_url) = self.helm(); let mut resp = self