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 5d16180 commit b9b1e72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,9 @@ pub mod prelude {
/// All hashing related things
pub use super::hashing::*;


/// All account management related things.
pub use super::account::*;

/// All arithmetic types and traits used for safe math.
pub use super::arithmetic::*;

Expand All @@ -241,7 +240,10 @@ pub mod prelude {
};
/// Other error/result types for runtime
#[doc(no_inline)]
pub use sp_runtime::{BoundToRuntimeAppPublic, DispatchErrorWithPostInfo, DispatchResultWithInfo, TokenError, ConsensusEngineId, DigestItem};
pub use sp_runtime::{
BoundToRuntimeAppPublic, ConsensusEngineId, DigestItem, DispatchErrorWithPostInfo,
DispatchResultWithInfo, TokenError,
};
}

#[cfg(any(feature = "try-runtime", test))]
Expand Down

0 comments on commit b9b1e72

Please sign in to comment.