Skip to content

Commit 68b7155

Browse files
committed
fmt
1 parent d5c7de7 commit 68b7155

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bin/collator/src/parachain/service.rs

+6-3
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,8 @@ where
10191019
+ sp_block_builder::BlockBuilder<Block>
10201020
+ fp_rpc::EthereumRuntimeRPCApi<Block>
10211021
+ AuraApi<Block, AuraId>,
1022-
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>: sc_client_api::StateBackend<BlakeTwo256>,
1022+
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>:
1023+
sc_client_api::StateBackend<BlakeTwo256>,
10231024
Executor: sc_executor::NativeExecutionDispatch + 'static,
10241025
{
10251026
let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?;
@@ -1093,7 +1094,8 @@ where
10931094
+ fp_rpc::EthereumRuntimeRPCApi<Block>
10941095
+ AuraApi<Block, AuraId>
10951096
+ cumulus_primitives_core::CollectCollationInfo<Block>,
1096-
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>: sc_client_api::StateBackend<BlakeTwo256>,
1097+
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>:
1098+
sc_client_api::StateBackend<BlakeTwo256>,
10971099
Executor: sc_executor::NativeExecutionDispatch + 'static,
10981100
{
10991101
let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(
@@ -1241,7 +1243,8 @@ where
12411243
+ fp_rpc::EthereumRuntimeRPCApi<Block>
12421244
+ AuraApi<Block, AuraId>
12431245
+ cumulus_primitives_core::CollectCollationInfo<Block>,
1244-
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>: sc_client_api::StateBackend<BlakeTwo256>,
1246+
sc_client_api::StateBackendFor<TFullBackend<Block>, Block>:
1247+
sc_client_api::StateBackend<BlakeTwo256>,
12451248
Executor: sc_executor::NativeExecutionDispatch + 'static,
12461249
{
12471250
let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(

0 commit comments

Comments
 (0)