Skip to content

Commit

Permalink
Apply fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv committed Sep 11, 2023
1 parent d9af8ce commit 1fa98e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trie-db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,8 @@ impl From<Bytes> for BytesWeak {

/// Either the `hash` or `value` of a node depending on its size.
///
/// If the size of the node `value` is bigger or equal than `MAX_INLINE_VALUE` the `hash` is returned.
/// If the size of the node `value` is bigger or equal than `MAX_INLINE_VALUE` the `hash` is
/// returned.
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum MerkleValue<H> {
/// The merkle value is the node data itself when the
Expand Down

0 comments on commit 1fa98e5

Please sign in to comment.