Skip to content

Commit

Permalink
Revert whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 13, 2023
1 parent 2bdb739 commit 1fb8d0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/tests/unit/text_encoding_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,7 @@ Deno.test(function binaryEncode() {
});

Deno.test(
{
permissions: { read: true },
},
{ permissions: { read: true } },
async function textDecoderStreamCleansUpOnCancel() {
let cancelled = false;
const readable = new ReadableStream({
Expand Down

0 comments on commit 1fb8d0f

Please sign in to comment.