Skip to content

Commit

Permalink
Cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
runcomet committed Jan 9, 2025
1 parent b66a709 commit 3abb923
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ pub mod prelude {
#[doc(no_inline)]
pub use frame_support::dispatch::{GetDispatchInfo, PostDispatchInfo};
pub use frame_support::traits::{
Contains, EitherOf, EstimateNextSessionRotation, Everything, IsSubType, MapSuccess, NoOpPoll, OnRuntimeUpgrade,
OneSessionHandler, RankedMembers, RankedMembersSwapHandler, VariantCount, VariantCountOf,
Contains, EitherOf, EstimateNextSessionRotation, Everything, IsSubType, MapSuccess,
NoOpPoll, OnRuntimeUpgrade, OneSessionHandler, RankedMembers, RankedMembersSwapHandler,
VariantCount, VariantCountOf,
};

/// Pallet prelude of `frame-system`.
Expand Down

0 comments on commit 3abb923

Please sign in to comment.