Skip to content

Commit

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

// Invalid sync committee update
let invalid_sync_committee_outcome =
Expand Down

0 comments on commit 8d8a2d9

Please sign in to comment.