Skip to content

Commit

Permalink
Fixed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Aug 10, 2011
1 parent a8c61b0 commit e269fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ HTTPClient.prototype.end = function () {
HTTPClient.prototype.get = function (path, opts, fn) {
if ('function' == typeof opts) {
fn = opts;
opts = {}
opts = {};
}

opts = opts || {};
Expand Down

0 comments on commit e269fca

Please sign in to comment.