Skip to content
Prev Previous commit
Next Next commit
chore: cargo fmt
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Nov 14, 2022
commit 38c5fed60598396dd0193f5b0a0f9503345314ec
2 changes: 1 addition & 1 deletion standalone/runtime/tests/test_annuity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ mod mock;

use frame_support::traits::{Currency, OnInitialize};
use mock::{assert_eq, *};
use sp_runtime::Permill;
use sp_io::hashing::blake2_256;
use sp_runtime::Permill;

type EscrowAnnuityPallet = annuity::Pallet<Runtime, EscrowAnnuityInstance>;

Expand Down