Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cem Eliguzel committed Oct 13, 2023
1 parent 9007ac1 commit f9981a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/maintenance-mode/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ use frame_support::{
weights::Weight,
};
use frame_system::pallet_prelude::BlockNumberFor as BlockNumberOf;
use sp_std::marker::PhantomData;
#[cfg(feature = "try-runtime")]
use sp_runtime::TryRuntimeError;
use sp_std::marker::PhantomData;

pub struct ExecutiveHooks<T>(PhantomData<T>);

Expand Down

0 comments on commit f9981a3

Please sign in to comment.