Skip to content

Commit

Permalink
chore clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 30, 2023
1 parent c1490ff commit c89257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/db-access.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use reth_db::open_db_read_only;
use reth_primitives::{Address, ChainSpecBuilder, B256, U256};
use reth_primitives::{Address, ChainSpecBuilder, B256};
use reth_provider::{
AccountReader, BlockReader, BlockSource, HeaderProvider, ProviderFactory, ReceiptProvider,
StateProvider, TransactionsProvider,
Expand Down

0 comments on commit c89257c

Please sign in to comment.