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 22, 2016
1 parent 0ffd794 commit 46f0e02
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 @@ -438,7 +438,7 @@ function Timeout(after) {
this._idleStart = null;
this._onTimeout = null;
this._repeat = null;
};
}


function unrefdHandle() {
Expand Down

0 comments on commit 46f0e02

Please sign in to comment.