Skip to content

Commit 1939074

Browse files
committed
Fix formatting (remove trailing whitespace)
1 parent 7b51a42 commit 1939074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime/runtime.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ describeIntegration("Runtime integration tests", () => {
380380
// Create a target file with specific permissions (755)
381381
const targetPath = `${workspace.path}/target.txt`;
382382
await writeFileString(runtime, targetPath, "original content");
383-
383+
384384
// Set permissions to 755
385385
const chmodResult = await execBuffered(runtime, "chmod 755 target.txt", {
386386
cwd: workspace.path,

0 commit comments

Comments
 (0)