mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-07-23 16:13:17 +00:00
fix(fmt): fmt
This commit is contained in:
parent
3f3f5d77d6
commit
ff0efddccc
@ -246,7 +246,8 @@ impl MultiSequencerClient {
|
||||
// Collecting all statistics into one map to lock updates only once
|
||||
let mut statistic_map: HashMap<Url, Vec<StatisticsUpdate>> = HashMap::new();
|
||||
|
||||
// We need helm response to avoid constructing guard Result<R, E>, which we can not do with generics.
|
||||
// We need helm response to avoid constructing guard Result<R, E>, which we can not do with
|
||||
// generics.
|
||||
let (helm, helm_url) = self.helm();
|
||||
|
||||
let mut resp = self
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user