From 46f0e0262088db46ccbf0003c9831b4cda644dcb Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Mon, 21 Mar 2016 12:28:30 -0400 Subject: [PATCH] timers: fix lint from 4fe02e2 Fixes: https://github.com/nodejs/node/issues/5823 Refs: https://github.com/nodejs/node/pull/5793 PR-URL: https://github.com/nodejs/node/pull/5825 Reviewed-By: Myles Borins --- lib/timers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timers.js b/lib/timers.js index 8b6ec6fa2918c8..2d17bdf27a5d55 100644 --- a/lib/timers.js +++ b/lib/timers.js @@ -438,7 +438,7 @@ function Timeout(after) { this._idleStart = null; this._onTimeout = null; this._repeat = null; -}; +} function unrefdHandle() {