Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Aug 28, 2024
1 parent 076ed82 commit 667c1df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions runtime/laos/src/configs/collective_council.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ use crate::{weights, AccountId, BlockNumber, Runtime, RuntimeCall, RuntimeEvent,
use frame_support::{pallet_prelude::Weight, parameter_types};
use frame_system::EnsureRoot;
use laos_primitives::RuntimeBlockWeights;
use sp_runtime::Perbill;
#[cfg(feature = "fast-mode")]
use parachains_common::MINUTES;
#[cfg(not(feature = "fast-mode"))]
use parachains_common::DAYS;
#[cfg(feature = "fast-mode")]
use parachains_common::MINUTES;
use sp_runtime::Perbill;

#[cfg(feature = "fast-mode")]
pub const COUNCIL_MOTION_DURATION: BlockNumber = 5 * MINUTES;
Expand Down
4 changes: 2 additions & 2 deletions runtime/laos/src/configs/treasury.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ use frame_support::{
PalletId,
};
use frame_system::EnsureRoot;
#[cfg(feature = "fast-mode")]
use parachains_common::MINUTES;
#[cfg(not(feature = "fast-mode"))]
use parachains_common::DAYS;
#[cfg(feature = "fast-mode")]
use parachains_common::MINUTES;
use sp_runtime::traits::IdentityLookup;

#[cfg(feature = "fast-mode")]
Expand Down

0 comments on commit 667c1df

Please sign in to comment.