Fix Clippy (#10596)

* fix clippy

* fmt
This commit is contained in:
Shawn Tabrizi
2022-01-05 19:08:36 -04:00
committed by GitHub
parent c1865988df
commit 6b36411f22
2 changed files with 2 additions and 4 deletions
@@ -229,7 +229,7 @@ impl<G, E> ChainSpec<G, E> {
/// Optional network fork identifier.
pub fn fork_id(&self) -> Option<&str> {
self.client_spec.fork_id.as_ref().map(String::as_str)
self.client_spec.fork_id.as_deref()
}
/// Additional loosly-typed properties of the chain.