Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 25, 2023
1 parent 8b85585 commit 064bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ impl LogBuilder {
/// Builds the [Log] object
pub fn build(&mut self) -> Log {
Log {
address: self.address.clone().unwrap_or_default(),
address: self.address.unwrap_or_default(),
topics: self.topics.clone().unwrap_or_default(),
data: Default::default(),
block_hash: Some(H256::zero()),
Expand Down

0 comments on commit 064bdcc

Please sign in to comment.