Skip to content

Commit

Permalink
fixup cargo fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
sulijia committed Aug 15, 2024
1 parent 85526b8 commit 7216b6b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pallets/on-demand/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,9 @@ impl ExtBuilder {
pallet_balances::GenesisConfig::<Test> { balances: self.balances }
.assimilate_storage(&mut t)
.unwrap();
crate::GenesisConfig::<Test> {
slot_width: 3,
price_limit: 200000000,
gas_threshold: 1,
}
.assimilate_storage(&mut t)
.unwrap();
crate::GenesisConfig::<Test> { slot_width: 3, price_limit: 200000000, gas_threshold: 1 }
.assimilate_storage(&mut t)
.unwrap();
pallet_aura::GenesisConfig::<Test> { authorities: vec![Alice.public().into()] }
.assimilate_storage(&mut t)
.unwrap();
Expand Down

0 comments on commit 7216b6b

Please sign in to comment.