Skip to content

Commit 2062087

Browse files
committed
Whitespace fix
1 parent 74d7c5f commit 2062087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/csv-test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Deno.test("writes a csv file", async () => {
3434

3535
assertArrayIncludes(csv, [{ age: "70", name: "Rick" }]);
3636
})
37+
3738
Deno.test("appends to a csv file", async () => {
3839
const data = [
3940
{

0 commit comments

Comments
 (0)