Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 2, 2015
1 parent ab421b3 commit 05111e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ function Server (/* [options], listener */) {
if (!(self instanceof Server)) return new Server(arguments[0], arguments[1])
EventEmitter.call(self)

/*eslint-disable no-unused-vars*/
var options
/*eslint-enable no-unused-vars*/
var options // eslint-disable-line

if (is.isFunction(arguments[0])) {
options = {}
Expand Down

0 comments on commit 05111e2

Please sign in to comment.