Skip to content

Commit

Permalink
[minor] Small style change.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Feb 5, 2015
1 parent c33f56e commit e5296a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/forever.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ function stopOrRestart(action, event, format, target) {
|| forever.findByIndex(target, processes)
|| forever.findByUid(target, processes)
|| forever.findByPid(target, processes);
}else{
}
else {
procs = processes;
}

Expand Down

0 comments on commit e5296a2

Please sign in to comment.