Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Dec 6, 2024
1 parent f322434 commit 9d385de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/optimism/consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ impl HeaderValidator for OpBeaconConsensus {
// ensure that the blob gas fields for this block
validate_against_parent_blob_fields(header.header(), parent.header(), &self.chain_spec)?;


Ok(())
}

Expand Down

0 comments on commit 9d385de

Please sign in to comment.