Skip to content

Commit 985e3a2

Browse files
committed
lint
1 parent e5d95ba commit 985e3a2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/path.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,4 +450,4 @@ if (isWindows) {
450450
exports._makeLong = function(path) {
451451
return path;
452452
};
453-
}
453+
}

lib/timers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function processImmediate() {
308308

309309
if (immediate.domain) immediate.domain.exit();
310310
}
311-
};
311+
}
312312

313313

314314
exports.setImmediate = function(callback) {

src/node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,13 +580,13 @@
580580

581581
wrap.unref();
582582

583-
wrap.onsignal = function () { process.emit(type); };
583+
wrap.onsignal = function() { process.emit(type); };
584584

585585
var signum = startup.lazyConstants()[type];
586586
var r = wrap.start(signum);
587587
if (r) {
588588
wrap.close();
589-
throw errnoException(errno, "uv_signal_start");
589+
throw errnoException(errno, 'uv_signal_start');
590590
}
591591

592592
signalWraps[type] = wrap;

0 commit comments

Comments
 (0)