Skip to content

Commit 8a59b56

Browse files
committed
fix: Run prettier
1 parent 78b1f9e commit 8a59b56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ test(
215215
dockerImage: 'break the build to log the command',
216216
},
217217
});
218-
console.log(`-v ${__dirname}${sep}tests${sep}base${sep}custom_ssh:/root/.ssh/custom_ssh:z`)
218+
console.log(
219+
`-v ${__dirname}${sep}tests${sep}base${sep}custom_ssh:/root/.ssh/custom_ssh:z`
220+
);
219221
console.log('stderr', stderr);
220222
t.true(
221223
stderr.includes(

0 commit comments

Comments
 (0)