cleanup more tests and spaces (#3288)

* cleanup more tests and spaces

* oops
This commit is contained in:
Andronik Ordian
2021-06-17 19:28:10 +02:00
committed by GitHub
parent 6f8c8ec387
commit 325cc888b1
10 changed files with 3496 additions and 3452 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ impl From<[u8; 32]> for ValidationCodeHash {
impl sp_std::fmt::LowerHex for ValidationCodeHash {
fn fmt(&self, f: &mut sp_std::fmt::Formatter<'_>) -> sp_std::fmt::Result {
sp_std::fmt::LowerHex::fmt(&self.0, f)
sp_std::fmt::LowerHex::fmt(&self.0, f)
}
}