Skip to content

Commit

Permalink
Merge pull request #143 from BlueRival/bug-139
Browse files Browse the repository at this point in the history
fix whitespace
  • Loading branch information
pgte committed Jan 27, 2014
2 parents dfc2588 + 4a84321 commit a8cb91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request_overrider.js
Expand Up @@ -105,7 +105,7 @@ function RequestOverrider(req, options, interceptors, remove, cb) {
if (!aborted && !ended) {
req.write(buffer, encoding);
end(cb);
req.emit('finish');
req.emit('finish');
req.emit('end');
}
};
Expand Down

0 comments on commit a8cb91a

Please sign in to comment.