Skip to content

Commit d43a5fc

Browse files
committed
fix: clippy issues
1 parent 207f7f8 commit d43a5fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rust/main/chains/hyperlane-ethereum/src/contracts

rust/main/chains/hyperlane-ethereum/src/contracts/mailbox.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ where
668668
WEI_IN_ETHER.mul(100u32),
669669
self.contract.address(),
670670
U256::zero().into(),
671-
H160::zero().into(),
672-
H160::zero().into(),
671+
H160::zero(),
672+
H160::zero(),
673673
contract_call.calldata().unwrap_or_default(),
674674
)
675675
.from(sender);

0 commit comments

Comments
 (0)