From ea9e87e05125e40cc540920c254c72d3a81308dd Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Fri, 11 Mar 2022 15:46:34 +0000 Subject: [PATCH] Fix code format --- --- a/runtime/common/src/types.rs +++ b/runtime/common/src/types.rs @@ -43,10 +43,14 @@ pub trait RuntimeInstance { type CrossAccountId: pallet_common::account::CrossAccountId - + Send + Sync + 'static; + + Send + + Sync + + 'static; type TransactionConverter: fp_rpc::ConvertTransaction - + Send + Sync + 'static; + + Send + + Sync + + 'static; fn get_transaction_converter() -> Self::TransactionConverter; } -- gitstuff