Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit a241b94

Browse files
committed
chore: fix clippy
1 parent 21fcab1 commit a241b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/transactions/examples/trace_transaction.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use ethers::{
22
core::types::{GethDebugTracingOptions, H256},
33
providers::{Http, Middleware, Provider},
4-
types::{GethDebugTracerType, GethDebugBuiltInTracerType},
4+
types::{GethDebugBuiltInTracerType, GethDebugTracerType},
55
};
66
use eyre::Result;
77
use std::str::FromStr;

0 commit comments

Comments
 (0)