whitespace warnings

This commit is contained in:
Peter Cottle 2013-12-08 10:37:10 -08:00
parent 7ac852dae5
commit 598f8263b3
3 changed files with 3 additions and 3 deletions

View file

@ -190,7 +190,7 @@ CommandOptionParser.prototype.explodeAndSet = function() {
var next = exploded[i + 1];
var optionArgs = [];
if (next && next.slice(0,1) !== '-') {
// only store the next argument as this
// only store the next argument as this
// option value if its not another option
i++;
optionArgs = [next];