Skip to content

Commit

Permalink
fix warns
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima committed Dec 23, 2024
1 parent 796fd14 commit 4ef8830
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cumulus/client/collator/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
//! operations used in parachain consensus/authoring.
use cumulus_client_network::WaitToAnnounce;
use cumulus_primitives_core::{
relay_chain::vstaging::UMP_SEPARATOR, CollationInfo, CollectCollationInfo, GetCoreSelectorApi,
ParachainBlockData,
};
use cumulus_primitives_core::{CollationInfo, CollectCollationInfo, ParachainBlockData};

use sc_client_api::BlockBackend;
use sp_api::{ApiExt, ProvideRuntimeApi};
Expand Down Expand Up @@ -236,7 +233,7 @@ where
};

// Create the parachain block data for the validators.
let mut collation_info = self
let collation_info = self
.fetch_collation_info(block_hash, &header)
.map_err(|e| {
tracing::error!(
Expand Down

0 comments on commit 4ef8830

Please sign in to comment.