Skip to content

Commit

Permalink
fix: fix the fmt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Oct 14, 2024
1 parent f2fd72f commit 2894fd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/rpc/rpc-eth-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ pub use bundle::{EthBundleApiClient, EthCallBundleApiClient};
pub use core::EthApiClient;
#[cfg(feature = "client")]
pub use filter::EthFilterApiClient;

/// fix lint errors
use reth_bsc_forks as _;

0 comments on commit 2894fd8

Please sign in to comment.