Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Aug 22, 2024
1 parent 31dc43e commit 4c83840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor/snapshot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use async_trait::async_trait;
use ethers::types::{Address, H256, U256, U64};
use eyre::Result;
use state_reconstruct_fetcher::{
constants::{ethereum, storage, zksync::L2_BLOCK_NUMBER_ADDRESSES},
constants::{storage, zksync::L2_BLOCK_NUMBER_ADDRESSES},
types::CommitBlock,
};
use state_reconstruct_storage::{
Expand Down

0 comments on commit 4c83840

Please sign in to comment.