Skip to content

Commit

Permalink
fix: fmt + lints
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jun 16, 2024
1 parent 4585f5e commit 28e6bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/programs/client/src/l2/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use alloy_primitives::{address, keccak256, Address, Bytes, TxKind, B256, U256};
use anyhow::{anyhow, Result};
use kona_derive::types::{L2PayloadAttributes, RawTransaction, RollupConfig};
use kona_mpt::{ordered_trie_with_encoder, TrieDB, TrieDBFetcher, TrieDBHinter};
use tracing::{debug, info};
use op_alloy_consensus::{
Decodable2718, Eip658Value, Encodable2718, OpDepositReceipt, OpDepositReceiptWithBloom,
OpReceiptEnvelope, OpTxEnvelope, OpTxType, Receipt, ReceiptWithBloom,
Expand All @@ -20,6 +19,7 @@ use revm::{
},
Evm, StateBuilder,
};
use tracing::{debug, info};

mod hinter;
pub use hinter::TrieDBHintWriter;
Expand Down

0 comments on commit 28e6bfe

Please sign in to comment.