Skip to content

Commit

Permalink
Update declaration block according to project's style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rictorres committed Nov 18, 2014
1 parent e2c32f5 commit 7a01f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/winston/transports/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ Http.prototype.query = function (options, callback) {
// Returns a log stream for this transport. Options object is optional.
//
Http.prototype.stream = function (options) {
options = options || {};

var self = this,
stream = new Stream,
req,
buff;

options = options || {};

stream.destroy = function () {
req.destroy();
};
Expand Down

0 comments on commit 7a01f9a

Please sign in to comment.