Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Oct 17, 2023
1 parent 3ae17a7 commit c645642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prepare-calldata-for-withdrawal/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ async fn main() {

let encoded = finalize_withdrawal_call.encode();

println!("hex payload is\n{}", hex::encode(&encoded));
println!("hex payload is\n{}", hex::encode(encoded));
}

0 comments on commit c645642

Please sign in to comment.