Skip to content

Commit

Permalink
[dist fix] Correct tabs that got in here somehow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Moshe authored and indexzero committed Mar 19, 2015
1 parent 7923fed commit 1a537da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/http-server.js
Expand Up @@ -72,12 +72,12 @@ var HTTPServer = exports.HTTPServer = function (options) {
var serverOptions = {
before: before,
headers: this.headers,
onError: function(err, req, res){
if (options.logFn) {
options.logFn(req, res, err);
}
res.end();
}
onError: function(err, req, res){
if (options.logFn) {
options.logFn(req, res, err);
}
res.end();
}
};

if (options.https) {
Expand Down

0 comments on commit 1a537da

Please sign in to comment.