Skip to content

Commit

Permalink
keep style consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 14, 2016
1 parent 1b02a46 commit a7fae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sink.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function sink(stream) {

if (hasListeners(stream)) {
sinkAdded = false;
return stream.unpipe(sinkStream);
stream.unpipe(sinkStream);
}
}

Expand Down

0 comments on commit a7fae5a

Please sign in to comment.