Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Klapeyron committed Jan 30, 2025
1 parent 66dd7b5 commit 93909ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
extern crate frame_benchmarking;

// A few exports that help ease life for downstream crates.
#[cfg(feature = "with-paritydb-weights")]
use frame_support::weights::constants::ParityDbWeight as RuntimeDbWeight;
#[cfg(feature = "with-rocksdb-weights")]
use frame_support::weights::constants::RocksDbWeight as RuntimeDbWeight;
use authority_selection_inherents::authority_selection_inputs::AuthoritySelectionInputs;
use authority_selection_inherents::filter_invalid_candidates::{
validate_permissioned_candidate_data, PermissionedCandidateDataError, RegistrationDataError,
StakeError,
};
use authority_selection_inherents::select_authorities::select_authorities;
use frame_support::genesis_builder_helper::{build_state, get_preset};
#[cfg(feature = "with-paritydb-weights")]
use frame_support::weights::constants::ParityDbWeight as RuntimeDbWeight;
#[cfg(feature = "with-rocksdb-weights")]
use frame_support::weights::constants::RocksDbWeight as RuntimeDbWeight;
use frame_support::BoundedVec;
pub use frame_support::{
construct_runtime, parameter_types,
Expand Down

0 comments on commit 93909ae

Please sign in to comment.