Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n committed Nov 28, 2024
1 parent 08c1f31 commit 5483e96
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ mod mock;

use frame_support::{
assert_noop, assert_ok, hypothetically,
traits::{fungible::{InspectHold, Mutate}, Currency},
traits::{
fungible::{InspectHold, Mutate},
Currency,
},
};
use mock::*;
use pallet_nomination_pools::{
Expand Down

0 comments on commit 5483e96

Please sign in to comment.