Skip to content

Commit a7fae5a

Browse files
committed
keep style consistent
1 parent 1b02a46 commit a7fae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sink.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function sink(stream) {
3939

4040
if (hasListeners(stream)) {
4141
sinkAdded = false;
42-
return stream.unpipe(sinkStream);
42+
stream.unpipe(sinkStream);
4343
}
4444
}
4545

0 commit comments

Comments
 (0)