Skip to content

Commit d3a7534

Browse files
committed
timers: fix lint from 4fe02e2
Fixes: #5823 Refs: #5793 PR-URL: #5825 Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 54e6a8d commit d3a7534

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
@@ -447,7 +447,7 @@ function Timeout(after) {
447447
this._idleStart = null;
448448
this._onTimeout = null;
449449
this._repeat = null;
450-
};
450+
}
451451

452452

453453
function unrefdHandle() {

0 commit comments

Comments
 (0)