Skip to content

Commit 46f0e02

Browse files
committed
timers: fix lint from 4fe02e2
Fixes: #5823 Refs: #5793 PR-URL: #5825 Reviewed-By: Myles Borins <[email protected]>
1 parent 0ffd794 commit 46f0e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/timers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ function Timeout(after) {
438438
this._idleStart = null;
439439
this._onTimeout = null;
440440
this._repeat = null;
441-
};
441+
}
442442

443443

444444
function unrefdHandle() {

0 commit comments

Comments
 (0)