Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Nov 4, 2024
1 parent 0050b26 commit 5820bab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node/src/chain_spec/laos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ fn create_test_genesis_config() -> serde_json::Value {
..Default::default()
},
vesting: laos_runtime::VestingConfig {
vesting: vec![
(predefined_accounts::ALITH.into(), 0, 1000, 100_000_000 * UNIT),
],
vesting: vec![(predefined_accounts::ALITH.into(), 0, 1000, 100_000_000 * UNIT)],
},
..Default::default()
};
Expand Down

0 comments on commit 5820bab

Please sign in to comment.