Skip to content

Commit aa2f3e7

Browse files
committed
format(integration-test): let prettier run
1 parent 0105434 commit aa2f3e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/agoric-cli/tools/getting-started.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ const dirname = new URL('./', import.meta.url).pathname;
2424
// yarn start:ui
2525

2626
export const gettingStartedWorkflowTest = async (t, options = {}) => {
27-
const {
28-
init: initOptions = [],
29-
} = options;
27+
const { init: initOptions = [] } = options;
3028
const pspawn = makePspawn({ spawn });
3129

3230
// Kill an entire process group.

0 commit comments

Comments
 (0)