Skip to content

Commit

Permalink
make clippy happy 2/4
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 authored Oct 29, 2024
1 parent 6e1bf6d commit f42fd5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ pub fn ethereum_extrinsic<Runtime>(
initial_checkpoint.clone(),
));
let balance_after_checkpoint =
<pallet_balances::Pallet<Runtime>>::free_balance(&alice_account.clone().into());
<pallet_balances::Pallet<Runtime>>::free_balance(alice_account.clone().into());

let update_call: <Runtime as pallet_utility::Config>::RuntimeCall =
snowbridge_pallet_ethereum_client::Call::<Runtime>::submit {
Expand Down

0 comments on commit f42fd5b

Please sign in to comment.