Skip to content

Commit 80877c2

Browse files
committed
Fix formatting.
1 parent 1b02583 commit 80877c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/node/cli.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ describe("cli", () => {
655655

656656
const args: UserProvidedArgs = {}
657657
args._ = ["/aaa/file", "/bbb/file"]
658-
expect(await shouldOpenInExistingInstance(args)).toStrictEqual(`${tmpDirPath}/vscode-ipc-aaa.sock`)
658+
expect(await shouldOpenInExistingInstance(args)).toStrictEqual(`${tmpDirPath}/vscode-ipc-aaa.sock`)
659659

660660
server.close()
661661
})

0 commit comments

Comments
 (0)