Skip to content

Commit 47365d4

Browse files
committed
fix lint errors
1 parent 7b6c274 commit 47365d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const dockerCommand = async (
176176
echo: true,
177177
env: undefined,
178178
machineName: undefined,
179-
stdin: undefined
179+
stdin: undefined,
180180
},
181181
) => {
182182
let machineconfig = "";
@@ -246,7 +246,7 @@ export class Docker {
246246
echo: true,
247247
env: undefined,
248248
machineName: undefined,
249-
stdin: undefined
249+
stdin: undefined,
250250
},
251251
) {}
252252

0 commit comments

Comments
 (0)