Skip to content

Commit

Permalink
lint: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed May 22, 2024
1 parent eb7a8aa commit 201fc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dyn-abi/src/eip712/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod test {

let msg = Order {
sender: B256::repeat_byte(3),
priceX18: -1 * 1000000000000000,
priceX18: -1000000000000000,
amount: 2,
expiration: 3,
nonce: 4,
Expand Down

0 comments on commit 201fc7c

Please sign in to comment.