Skip to content

Commit

Permalink
style: 🎨 format comment/tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Jan 24, 2025
1 parent bc92fbd commit 305d7cb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions runtime/moonbase/src/genesis_config_preset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,16 +212,14 @@ pub fn development() -> serde_json::Value {
)),
],
// Collator Candidates
vec![
vec![(
// Alice -> Alith
(
AccountId::from(sp_core::hex2array!(
"f24FF3a9CF04c71Dbc94D0b566f7A27B94566cac"
)),
get_from_seed::<NimbusId>("Alice"),
1_000 * UNIT,
),
],
AccountId::from(sp_core::hex2array!(
"f24FF3a9CF04c71Dbc94D0b566f7A27B94566cac"
)),
get_from_seed::<NimbusId>("Alice"),
1_000 * UNIT,
)],
// Delegations
vec![],
// Endowed: Alith, Baltathar, Charleth and Dorothy
Expand Down

0 comments on commit 305d7cb

Please sign in to comment.