Skip to content

Commit

Permalink
Fixup: placate clippy (Jmt Integration)
Browse files Browse the repository at this point in the history
  • Loading branch information
acerone85 committed Jan 17, 2025
1 parent c26a4dc commit 68bbb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-merkle/src/jellyfish/jmt_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ where
};
// Retrieve current version of key

return Ok(Some(value))
Ok(Some(value))
}

fn get_rightmost_leaf(&self) -> anyhow::Result<Option<(JmtNodeKey, JmtLeafNode)>> {
Expand Down

0 comments on commit 68bbb4c

Please sign in to comment.