Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
char committed Apr 15, 2024
1 parent bc87d9b commit 0cc0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/write_file_test.ts
Expand Up @@ -441,5 +441,5 @@ Deno.test(
});
await Deno.writeFile(filename, stream);
assertEquals(Deno.readFileSync(filename), new Uint8Array([1, 2]));
}
},
);

0 comments on commit 0cc0b53

Please sign in to comment.