chore: fmt

This commit is contained in:
erhant 2026-07-16 18:12:07 +03:00
parent 0135049710
commit a8797d8b37

View File

@ -183,7 +183,8 @@ impl ChainState {
/// Rebuilds one head entry from a persisted block, applying it in place (the /// Rebuilds one head entry from a persisted block, applying it in place (the
/// caller treats `Err` as fatal). /// 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( pub fn restore_head_block(
&mut self, &mut self,
this_msg: MsgId, this_msg: MsgId,