Skip to content

Commit 97309b0

Browse files
committed
style: apply code style
1 parent 458f6d9 commit 97309b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import test from "ava";
44

55
test.before(async () => {
66
await yarn(".", ["prepare"]);
7-
})
7+
});
88

99
async function buildTestProject(path: string): Promise<void> {
1010
return yarn(path, [])

0 commit comments

Comments
 (0)