From ad0173fc3cfdb18436754785f1ea124eddc4c5b8 Mon Sep 17 00:00:00 2001 From: zqhxuyuan Date: Tue, 19 Mar 2024 22:35:42 +0800 Subject: [PATCH] fix cargo fmt Signed-off-by: zqhxuyuan --- pallets/pallet-lottery/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/pallet-lottery/src/tests.rs b/pallets/pallet-lottery/src/tests.rs index 749448316..bf63cdee4 100644 --- a/pallets/pallet-lottery/src/tests.rs +++ b/pallets/pallet-lottery/src/tests.rs @@ -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!( ::Currency::deposit_into_existing( - crate::Pallet::::account_id(), + &crate::Pallet::::account_id(), crate::Pallet::::gas_reserve(), ) );