From 1fa98e53a783b620d15936250bf2037d87dc05d5 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Mon, 11 Sep 2023 13:48:49 +0300 Subject: [PATCH] Apply fmt Signed-off-by: Alexandru Vasile --- trie-db/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trie-db/src/lib.rs b/trie-db/src/lib.rs index 74dde0c6..29b78bbe 100644 --- a/trie-db/src/lib.rs +++ b/trie-db/src/lib.rs @@ -759,7 +759,8 @@ impl From 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 { /// The merkle value is the node data itself when the