Skip to content

Commit

Permalink
[fix] More style things.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Mar 19, 2015
1 parent 1a537da commit a20c420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-server.js
Expand Up @@ -72,7 +72,7 @@ var HTTPServer = exports.HTTPServer = function (options) {
var serverOptions = {
before: before,
headers: this.headers,
onError: function(err, req, res){
onError: function (err, req, res) {
if (options.logFn) {
options.logFn(req, res, err);
}
Expand Down

0 comments on commit a20c420

Please sign in to comment.