Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jun 21, 2024
1 parent 393aedc commit 84f2238
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/orchestrator/src/network_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ impl NetworkSpec {
base_dir_exists: bool,
) -> Result<(), anyhow::Error> {
for para in self.parachains.iter_mut() {
let chain_spec_raw_path = para
.build_chain_spec(relaychain_id, &ns, scoped_fs)
.await?;
let chain_spec_raw_path = para.build_chain_spec(relaychain_id, &ns, scoped_fs).await?;
debug!("parachain chain-spec built!");

if base_dir_exists {
Expand Down

0 comments on commit 84f2238

Please sign in to comment.