mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
whitespace warnings
This commit is contained in:
parent
7ac852dae5
commit
598f8263b3
3 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue