Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Nov 28, 2023
1 parent 1d12dca commit 92164e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pallets/roles/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ use frame_support::{
pallet_prelude::DispatchResult,
traits::{Currency, OneSessionHandler},
};
use sp_runtime::{traits::CheckedDiv, traits::Convert, Percent};
use sp_runtime::{
traits::{CheckedDiv, Convert},
Percent,
};

use tangle_primitives::{
jobs::{JobKey, ReportValidatorOffence},
Expand Down

0 comments on commit 92164e0

Please sign in to comment.