Clean up indentation problems (#4762)

This commit is contained in:
Sergei Pepyakin
2020-01-29 13:27:23 +01:00
committed by GitHub
parent f4fa59470a
commit 2c90562818
12 changed files with 60 additions and 60 deletions
+6 -6
View File
@@ -21,10 +21,10 @@ use std::collections::{BTreeMap, HashMap};
use std::future::Future;
use sp_runtime::{
traits::{
Block as BlockT, Header as HeaderT, NumberFor,
},
generic::BlockId
traits::{
Block as BlockT, Header as HeaderT, NumberFor,
},
generic::BlockId
};
use sp_core::ChangesTrieConfigurationRange;
use sp_state_machine::StorageProof;
@@ -307,8 +307,8 @@ pub trait RemoteBlockchain<Block: BlockT>: Send + Sync {
pub mod tests {
use futures::future::Ready;
use parking_lot::Mutex;
use sp_blockchain::Error as ClientError;
use sp_test_primitives::{Block, Header, Extrinsic};
use sp_blockchain::Error as ClientError;
use sp_test_primitives::{Block, Header, Extrinsic};
use super::*;
pub type OkCallFetcher = Mutex<Vec<u8>>;