style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-17 10:17:15 +00:00
parent 5b02cf36c1
commit b9773c2c33

View file

@ -37,6 +37,6 @@ export async function teardown(): Promise<void> {
spawn("docker", ["compose", "down"], {
cwd: "..",
stdio: "inherit"
stdio: "inherit",
});
}