Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Sep 8, 2023
1 parent 4a982c6 commit 5943045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions lib/internal/webstreams/readablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,6 @@ class ReadIntoRequest {
}



class ReadableStreamDefaultReader {
[kType] = 'ReadableStreamDefaultReader';

Expand Down Expand Up @@ -2823,7 +2822,7 @@ function readableByteStreamControllerEnqueueChunkToQueue(
buffer,
byteOffset,
byteLength,
})
});
controller[kState].queueTotalSize += byteLength;
}

Expand Down
2 changes: 0 additions & 2 deletions lib/internal/webstreams/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

const {
ArrayBufferPrototypeSlice,
ArrayPrototypePush,
ArrayPrototypeShift,
AsyncIteratorPrototype,
FunctionPrototypeCall,
MathMax,
Expand Down

0 comments on commit 5943045

Please sign in to comment.