style: fix linting issues met Prettier
This commit is contained in:
parent
5b02cf36c1
commit
b9773c2c33
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ export async function teardown(): Promise<void> {
|
||||||
|
|
||||||
spawn("docker", ["compose", "down"], {
|
spawn("docker", ["compose", "down"], {
|
||||||
cwd: "..",
|
cwd: "..",
|
||||||
stdio: "inherit"
|
stdio: "inherit",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue