Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: zqhxuyuan <[email protected]>
  • Loading branch information
zqhxuyuan committed Mar 19, 2024
1 parent c2be213 commit ad0173f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/pallet-lottery/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ fn many_deposit_withdrawals_work() {
// ensure lottery doesnt run out of gas (it's not getting staking rewards in test)
assert_ok!(
<Test as pallet_parachain_staking::Config>::Currency::deposit_into_existing(
crate::Pallet::<Test>::account_id(),
&crate::Pallet::<Test>::account_id(),
crate::Pallet::<Test>::gas_reserve(),
)
);
Expand Down

0 comments on commit ad0173f

Please sign in to comment.