Skip to content

Commit 18c44b9

Browse files
committed
stream: single quotes
1 parent 6e3e31b commit 18c44b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/webstreams/adapters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ function newReadableStreamFromStreamReadable(streamReadable, options = kEmptyObj
461461
// size is always in bytes, so we can use `bytes` here
462462
// to make the `ReadableStream` a byte stream.
463463
// Ref: https://streams.spec.whatwg.org/#high-water-mark:~:text=Concretely%2C%20a%20queuing,floating%2Dpoint%20units.
464-
type: "bytes",
464+
type: 'bytes',
465465

466466
start(c) { controller = c; },
467467

0 commit comments

Comments
 (0)