Small cosmetic nits (#1679)

This commit is contained in:
Branislav Kontur
2022-09-23 14:53:31 +02:00
committed by GitHub
parent 7f014c78d1
commit 86bdaec2ea
9 changed files with 10 additions and 8 deletions
+1 -2
View File
@@ -125,9 +125,8 @@ where
task_manager
.spawn_essential_handle()
.spawn("cumulus-pov-recovery", None, pov_recovery.run());
cumulus_client_collator::start_collator(cumulus_client_collator::StartCollatorParams {
runtime_api: client.clone(),
runtime_api: client,
block_status,
announce_block,
overseer_handle,