Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Nov 28, 2021
1 parent 3d7b8ff commit 234331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub use frame_support::weights::constants::{
};
use frame_support::{
parameter_types,
traits::{Currency, OneSessionHandler, ConstU32},
traits::{ConstU32, Currency, OneSessionHandler},
weights::{constants::WEIGHT_PER_SECOND, DispatchClass, Weight},
};
use frame_system::limits;
Expand Down

0 comments on commit 234331e

Please sign in to comment.