Skip to content

Commit

Permalink
Fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinzolotarev committed Apr 11, 2024
1 parent 9eddfa3 commit aa2b8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ mod tests {
use contract::SchnorrData;
use ethers::{
contract::LogMeta,
types::{Address, Block, TransactionReceipt, H160, H256, U256, U64},
types::{Block, TransactionReceipt, H160, H256, U256, U64},
};
use eyre::Result;
use mockall::{mock, predicate::*};
Expand Down

0 comments on commit aa2b8cc

Please sign in to comment.