Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Sep 15, 2023
1 parent df65a26 commit f2fe3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/revm/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ impl<'a> EVMProcessor<'a> {
);
}

/// Apply post execution state changes, including block rewards, withdrawals, and irregular DAO hardfork
/// state change.
/// Apply post execution state changes, including block rewards, withdrawals, and irregular DAO
/// hardfork state change.
pub fn post_execution_state_change(
&mut self,
block: &Block,
Expand Down

0 comments on commit f2fe3c3

Please sign in to comment.