Skip to content

Commit cfd1576

Browse files
committed
Fix prettier formatting
1 parent 8616d77 commit cfd1576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ipcMain/createWorkspace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ echo "Init hook executed with tilde path"
798798

799799
expect(exitCode).toBe(0);
800800
const remoteUrl = stdout.trim();
801-
801+
802802
// Should be the original origin URL, not the bundle path
803803
expect(remoteUrl).toBe(originUrl);
804804
expect(remoteUrl).not.toContain(".bundle");

0 commit comments

Comments
 (0)