Skip to content

Commit

Permalink
fix: fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoAres committed Feb 12, 2025
1 parent 1d142ee commit 769a52a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions node/service/src/chain_spec/bifrost_polkadot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,7 @@ pub fn paseo_config() -> ChainSpec {
// c9eHvgbxTFzijvY3AnAKiRTHhi2hzS5SLCPzCkb4jP79MLu
hex!["12d3ab675d6503279133898efe246a63fdc8be685cc3f7bce079aac064108a7a"].into(),
];
let balances = balances
.iter()
.cloned()
.map(|x| (x, ENDOWMENT()))
.collect();
let balances = balances.iter().cloned().map(|x| (x, ENDOWMENT())).collect();

let salp_multisig: AccountId =
hex!["e4da05f08e89bf6c43260d96f26fffcfc7deae5b465da08669a9d008e64c2c63"].into();
Expand Down

0 comments on commit 769a52a

Please sign in to comment.