Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Dec 15, 2024
1 parent a2fd877 commit 661d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ impl pallet_distribution::Config for Runtime {
type WeightInfo = pallet_distribution::weights::SubstrateWeight<Runtime>;
}

parameter_types!{
parameter_types! {
pub const MaxWhitelistedProjects: u32 = 64;
pub const TemporaryRewards: Balance = 100000 * DOLLARS;
pub const TotalPeriod:BlockNumber = 30 * DAYS;
Expand Down

0 comments on commit 661d96c

Please sign in to comment.