mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
change HashFor to HashingFor (#14483)
* change HashFor to HashingFor * fmt * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -776,10 +776,7 @@ where
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
if child_roots.is_empty() {
|
||||
info!(
|
||||
target: LOG_TARGET,
|
||||
"👩👦 no child roots found to scrape",
|
||||
);
|
||||
info!(target: LOG_TARGET, "👩👦 no child roots found to scrape",);
|
||||
return Ok(Default::default())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user