Skip to content

Commit aa3d6c2

Browse files
committed
stream: format
1 parent 3fadd1e commit aa3d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/streams/from.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function from(Readable, iterable, opts) {
9090
// There are a lot of duplication here, it's done on purpose for performance
9191
// reasons - avoid await when not needed.
9292

93-
function nextSyncWithSyncValues() {
93+
function nextSyncWithSyncValues() {
9494
for (;;) {
9595
try {
9696
const { value, done } = iterator.next();

0 commit comments

Comments
 (0)