Skip to content

Commit

Permalink
fixup! code style
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed May 16, 2024
1 parent ca5f5ed commit 237f474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/webstreams/writablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ function InternalWritableStream(start, write, close, abort, highWaterMark, size)
close,
abort,
highWaterMark,
size
size,
);
return makeTransferable(this);
}
Expand Down

0 comments on commit 237f474

Please sign in to comment.