Skip to content

Commit b5f1a91

Browse files
committed
Fix prettier formatting
1 parent ded8054 commit b5f1a91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/services/tools/bash.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ describe("SSH runtime redundant cd detection", () => {
12461246
host: "test-host",
12471247
srcBaseDir: "/remote/base",
12481248
});
1249-
1249+
12501250
const tool = createBashTool({
12511251
cwd,
12521252
runtime: sshRuntime,
@@ -1370,4 +1370,3 @@ describe("SSH runtime redundant cd detection", () => {
13701370
}
13711371
});
13721372
});
1373-

0 commit comments

Comments
 (0)