Fixing clippy warnings (#1660)

This commit is contained in:
Tomasz Drwięga
2016-07-19 09:25:51 +02:00
committed by Gav Wood
parent 340f0b6f58
commit 038862fa9d
9 changed files with 31 additions and 26 deletions

View File

@@ -390,7 +390,8 @@ impl BlockChain {
return Some(hash);
}
}
return None;
None
}
/// Set the cache configuration.