Skip to content

Commit

Permalink
Line breaks for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakarp committed Dec 14, 2021
1 parent 52ba32d commit 83cffbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/bin/agent/start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,10 @@ describe('start', () => {
'--verbose',
],
{
PK_SEED_NODES: `${seedNodeId}@${seedNodeHost}:${seedNodePort};${dummySeed1Id}@${dummySeed1Host}:${dummySeed1Port};<seed-nodes>`,
PK_SEED_NODES:
`${seedNodeId}@${seedNodeHost}:${seedNodePort};` +
`${dummySeed1Id}@${dummySeed1Host}:${dummySeed1Port};` +
`<seed-nodes>`,
},
dataDir,
);
Expand Down

0 comments on commit 83cffbe

Please sign in to comment.