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 f139ebe commit fa98824
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 @@ -238,8 +238,9 @@ pub mod prelude {
/// Other runtime types and traits
#[doc(no_inline)]
pub use sp_runtime::{
BoundToRuntimeAppPublic,
DispatchError::{self, BadOrigin},
BoundToRuntimeAppPublic, DispatchErrorWithPostInfo, DispatchResultWithInfo, TokenError,
DispatchErrorWithPostInfo, DispatchResultWithInfo, TokenError,
};
}

Expand Down

0 comments on commit fa98824

Please sign in to comment.