Skip to content

Commit 502b64a

Browse files
1 parent d304ec3 commit 502b64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {ncp} from 'ncp';
1717
import * as tmp from 'tmp';
1818
import {promisify} from 'util';
1919
import {describe, it, after} from 'mocha';
20-
const { spawn } = require('child_process');
20+
const {spawn} = require('child_process');
2121

2222
const keep = false;
2323
const mvp = promisify(mv) as {} as (...args: string[]) => Promise<void>;

0 commit comments

Comments
 (0)