Skip to content

Commit

Permalink
timers: fix lint from 4fe02e2
Browse files Browse the repository at this point in the history
Fixes: #5823
Refs: #5793
PR-URL: #5825
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
Fishrock123 committed Mar 21, 2016
1 parent 54e6a8d commit d3a7534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function Timeout(after) {
this._idleStart = null;
this._onTimeout = null;
this._repeat = null;
};
}


function unrefdHandle() {
Expand Down

0 comments on commit d3a7534

Please sign in to comment.