Skip to content

Commit a43afa1

Browse files
committed
Fix formatting: remove trailing whitespace
1 parent c8c5cec commit a43afa1

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
@@ -342,7 +342,7 @@ describeIntegration("WORKSPACE_CREATE with both runtimes", () => {
342342

343343
// Verify the new branch was created from custom-trunk, not from default branch
344344
// Use WORKSPACE_EXECUTE_BASH to check files (works for both local and SSH runtimes)
345-
345+
346346
// Check that trunk-file.txt exists (from custom-trunk)
347347
const checkTrunkFileResult = await env.mockIpcRenderer.invoke(
348348
IPC_CHANNELS.WORKSPACE_EXECUTE_BASH,

0 commit comments

Comments
 (0)