Skip to content

Commit

Permalink
lint: remove unnecessary semicolon
Browse files Browse the repository at this point in the history
closes #3191
  • Loading branch information
potato4d authored and dougwilson committed Feb 5, 2017
1 parent 0437c51 commit 94377f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,4 @@ function defineGetter(obj, name, getter) {
enumerable: true,
get: getter
});
};
}

0 comments on commit 94377f6

Please sign in to comment.