5 random fixes (#2) (#623)

* Tabs instead of spaces.

* Remove double spaces.

* Add spaces between ID and the following {

* Update to nightly 2018-08-27

* Align wat code properly
This commit is contained in:
Sergey Pepyakin
2018-08-29 12:26:44 +03:00
committed by Gav Wood
parent 5c8b52ba16
commit 283eb383c0
27 changed files with 105 additions and 105 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ error_chain! {
}
links {
Client(client::error::Error, client::error::ErrorKind) #[doc="Client error"];
}
}
}
+1 -1
View File
@@ -95,7 +95,7 @@ impl extrinsic_pool::ChainApi for Pool {
unimplemented!()
}
fn ready(&self) -> Self::Ready { }
fn ready(&self) -> Self::Ready { }
fn is_ready(&self, _at: &BlockId, _ready: &mut Self::Ready, _xt: &VerifiedFor<Self>) -> Readiness {
unimplemented!()