Skip to content

Commit

Permalink
cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FereMouSiopi committed Jan 4, 2025
1 parent ff76f52 commit 26b03fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ pub mod prelude {
#[doc(no_inline)]
pub use frame_support::dispatch::{DispatchResult, GetDispatchInfo, PostDispatchInfo};
pub use frame_support::traits::{
Contains, EstimateNextSessionRotation, IsSubType, OnRuntimeUpgrade, OneSessionHandler, UnfilteredDispatchable,
Contains, EstimateNextSessionRotation, IsSubType, OnRuntimeUpgrade, OneSessionHandler,
UnfilteredDispatchable,
};

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

0 comments on commit 26b03fa

Please sign in to comment.