Skip to content

Commit

Permalink
[fix] semicolon crazy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luk- committed Nov 11, 2012
1 parent a1611d6 commit da2f3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-server.js
Expand Up @@ -32,7 +32,7 @@ var HTTPServer = exports.HTTPServer = function (options) {
cache: this.cache
})
],
headers: this.headers || {};
headers: this.headers || {}
});
};

Expand Down

0 comments on commit da2f3f8

Please sign in to comment.