Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jul 5, 2024
1 parent d5c7de7 commit 68b7155
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bin/collator/src/parachain/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,8 @@ where
+ sp_block_builder::BlockBuilder<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ AuraApi<Block, AuraId>,
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>: sc_client_api::StateBackend<BlakeTwo256>,
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>:
sc_client_api::StateBackend<BlakeTwo256>,
Executor: sc_executor::NativeExecutionDispatch + 'static,
{
let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;
Expand Down Expand Up @@ -1093,7 +1094,8 @@ where
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ AuraApi<Block, AuraId>
+ cumulus_primitives_core::CollectCollationInfo<Block>,
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>: sc_client_api::StateBackend<BlakeTwo256>,
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>:
sc_client_api::StateBackend<BlakeTwo256>,
Executor: sc_executor::NativeExecutionDispatch + 'static,
{
let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(
Expand Down Expand Up @@ -1241,7 +1243,8 @@ where
+ fp_rpc::EthereumRuntimeRPCApi<Block>
+ AuraApi<Block, AuraId>
+ cumulus_primitives_core::CollectCollationInfo<Block>,
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>: sc_client_api::StateBackend<BlakeTwo256>,
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>:
sc_client_api::StateBackend<BlakeTwo256>,
Executor: sc_executor::NativeExecutionDispatch + 'static,
{
let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(
Expand Down

0 comments on commit 68b7155

Please sign in to comment.