Skip to content

Commit bdefa43

Browse files
committed
fmt
1 parent 113d2c0 commit bdefa43

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/consensus/src/block/header.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
use crate::constants::{EMPTY_OMMER_ROOT_HASH, EMPTY_ROOT_HASH};
22
use alloc::vec::Vec;
33
use alloy_eips::{
4-
calc_blob_gasprice, eip1559::{calc_next_block_base_fee, BaseFeeParams}, eip1898::BlockWithParent, eip4844::{self}, eip7742, merge::ALLOWED_FUTURE_BLOCK_TIME_SECONDS, BlockNumHash
4+
calc_blob_gasprice,
5+
eip1559::{calc_next_block_base_fee, BaseFeeParams},
6+
eip1898::BlockWithParent,
7+
eip4844::{self},
8+
eip7742,
9+
merge::ALLOWED_FUTURE_BLOCK_TIME_SECONDS,
10+
BlockNumHash,
511
};
612
use alloy_primitives::{
713
keccak256, Address, BlockNumber, Bloom, Bytes, Sealable, Sealed, B256, B64, U256,

0 commit comments

Comments
 (0)