Skip to content

Commit

Permalink
style: 🚨 run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TDemeco committed Oct 17, 2024
1 parent a852c7b commit fd88142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/file-system/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ parameter_types! {
pub const BlockHashCount: u64 = 250;
pub const SS58Prefix: u8 = 42;
pub const StorageProvidersHoldReason: RuntimeHoldReason = RuntimeHoldReason::Providers(pallet_storage_providers::HoldReason::StorageProviderDeposit);
pub const ExistentialDeposit: u128 = 1;
pub const ExistentialDeposit: u128 = 1;
}

#[derive_impl(frame_system::config_preludes::TestDefaultConfig)]
Expand Down Expand Up @@ -519,7 +519,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities {
(Keyring::Charlie.to_account_id(), 1_000_000_000_000_000),
(Keyring::Dave.to_account_id(), 1_000_000_000_000_000),
(Keyring::Eve.to_account_id(), 1_000_000_000_000_000),
(TreasuryAccount::get(), ExistentialDeposit::get()),
(TreasuryAccount::get(), ExistentialDeposit::get()),
],
}
.assimilate_storage(&mut t)
Expand Down

0 comments on commit fd88142

Please sign in to comment.