Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshBhardwaj007 committed Dec 23, 2024
1 parent de7d2f1 commit fedc90f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions substrate/frame/mixnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ use core::cmp::Ordering;
use serde::{Deserialize, Serialize};

use frame::{
deps::{
sp_io::{self, MultiRemovalResults},
sp_runtime,
},
prelude::*,
deps::{
sp_io::{self, MultiRemovalResults},
sp_runtime,
},
prelude::*,
};
use sp_application_crypto::RuntimeAppPublic;
use sp_mixnet::types::{
Expand Down
4 changes: 3 additions & 1 deletion substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ pub mod prelude {

/// Other runtime types and traits
#[doc(no_inline)]
pub use sp_runtime::{DispatchErrorWithPostInfo, DispatchResultWithInfo, TokenError, BoundToRuntimeAppPublic};
pub use sp_runtime::{
BoundToRuntimeAppPublic, DispatchErrorWithPostInfo, DispatchResultWithInfo, TokenError,
};
}

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

0 comments on commit fedc90f

Please sign in to comment.