Skip to content

Commit 11dc5a3

Browse files
committed
style: 💄 run Prettier
1 parent 9fbe42e commit 11dc5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/e2e/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const startServer = async () => {
1616
process.stderr.write('[server] ' + line);
1717
});
1818
cp.stderr.on('data', (data) => {
19-
const msg = Buffer.isBuffer(data) ? data.toString() : String(data)
19+
const msg = Buffer.isBuffer(data) ? data.toString() : String(data);
2020
// tslint:disable-next-line no-console
2121
console.error('Could not start server', msg);
2222
started.reject(data);

0 commit comments

Comments
 (0)