Skip to content

Commit 63676ed

Browse files
committed
[minor] Whitespace update
1 parent a987826 commit 63676ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/forever/monitor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Monitor.prototype.stop = function () {
316316
//
317317
Monitor.prototype.kill = function (forceStop) {
318318
var self = this,
319-
child = this.child;
319+
child = this.child;
320320

321321
if (!child || !this.running) {
322322
process.nextTick(function () {

0 commit comments

Comments
 (0)