Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Ferrell <[email protected]>
  • Loading branch information
ferrell-code committed Nov 19, 2023
1 parent ed041c2 commit 830ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/pallet-lottery/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ fn init_jumbo_farming() {
None
));

let share_info = Farming::shares_and_withdrawn_rewards(pool_id, &ALICE).unwrap();
let share_info = Farming::shares_and_withdrawn_rewards(pool_id, ALICE).unwrap();
assert_eq!(share_info.share, tokens);
}

Expand Down

0 comments on commit 830ea22

Please sign in to comment.