Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and pepoviola committed Nov 10, 2023
1 parent 13d220d commit e48b6dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion javascript/packages/orchestrator/src/configGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ export async function generateNetworkSpec(

if (config.parachains && config.parachains.length) {
for (const parachain of config.parachains) {
const para: CHAIN = whichChain(parachain.chain || parachain.chain_spec_path || "");
const para: CHAIN = whichChain(
parachain.chain || parachain.chain_spec_path || "",
);

let computedStatePath,
computedStateCommand,
Expand Down

0 comments on commit e48b6dc

Please sign in to comment.