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