From a8797d8b373d2dd8a65a170cf6dcdf0db2d2ba23 Mon Sep 17 00:00:00 2001 From: erhant Date: Thu, 16 Jul 2026 18:12:07 +0300 Subject: [PATCH] chore: fmt --- lez/chain_state/src/chain.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lez/chain_state/src/chain.rs b/lez/chain_state/src/chain.rs index 35dc458b..b65ece7b 100644 --- a/lez/chain_state/src/chain.rs +++ b/lez/chain_state/src/chain.rs @@ -183,7 +183,8 @@ impl ChainState { /// Rebuilds one head entry from a persisted block, applying it in place (the /// caller treats `Err` as fatal). /// - /// Pass a hash-derived sentinel for `this_msg`; orphan/finalize events then correlate by block hash. + /// Pass a hash-derived sentinel for `this_msg`; orphan/finalize events then correlate by block + /// hash. pub fn restore_head_block( &mut self, this_msg: MsgId,