Skip to content

Commit

Permalink
fixup! code style
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 15, 2023
1 parent a889e2c commit 16a9cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/internal/webstreams/writablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ function InternalWritableStream(start, write, close, abort, highWaterMark, size)
close,
abort,
highWaterMark,
size
)
size,
);
}

ObjectSetPrototypeOf(InternalWritableStream.prototype, WritableStream.prototype);
Expand Down

0 comments on commit 16a9cc7

Please sign in to comment.