Skip to content

Commit

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

// Assert paid operations are charged and free operations are free
// Checkpoint is a free operation
Expand Down

0 comments on commit e9b5c24

Please sign in to comment.