mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-18 10:51:44 -05:00
chore: clippy happy (#8362)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
@@ -307,7 +307,7 @@ where
|
||||
*key_value.0
|
||||
} else {
|
||||
debug!(target: "blockchain_tree", ?chain_id, "No blockhashes stored");
|
||||
return None;
|
||||
return None
|
||||
};
|
||||
let canonical_chain = canonical_chain
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user