Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmead committed Oct 9, 2024
1 parent d030c53 commit 3462d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/util/bspNet/testrunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ export const launchFullNetwork = async (

if (initialised) {
return await runInitialisedFullNet(config);
} else {
await runSimpleFullNet(config);
return undefined;
}

await runSimpleFullNet(config);
return undefined;
};

const pickConfig = (options: TestOptions) => {
Expand Down

0 comments on commit 3462d8e

Please sign in to comment.