Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Nov 7, 2023
1 parent 298d7fc commit 9061506
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pallets/roles/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ use scale_info::TypeInfo;
use sp_runtime::{codec, traits::Zero};
use sp_std::{convert::TryInto, prelude::*, vec};
use tangle_primitives::{roles::RoleType, traits::roles::RolesHandler};
#[cfg(feature = "runtime-benchmarks")]
pub mod benchmarking;
mod impls;
#[cfg(test)]
pub(crate) mod mock;
Expand Down

0 comments on commit 9061506

Please sign in to comment.