Skip to content

Commit 5943045

Browse files
committed
format
1 parent 4a982c6 commit 5943045

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/internal/webstreams/readablestream.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@ class ReadIntoRequest {
815815
}
816816

817817

818-
819818
class ReadableStreamDefaultReader {
820819
[kType] = 'ReadableStreamDefaultReader';
821820

@@ -2823,7 +2822,7 @@ function readableByteStreamControllerEnqueueChunkToQueue(
28232822
buffer,
28242823
byteOffset,
28252824
byteLength,
2826-
})
2825+
});
28272826
controller[kState].queueTotalSize += byteLength;
28282827
}
28292828

lib/internal/webstreams/util.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
const {
44
ArrayBufferPrototypeSlice,
5-
ArrayPrototypePush,
6-
ArrayPrototypeShift,
75
AsyncIteratorPrototype,
86
FunctionPrototypeCall,
97
MathMax,

0 commit comments

Comments
 (0)