mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
Issue #223 micro-optimization and test coverage
This commit is contained in:
parent
7b687ab6da
commit
2f62817dff
2 changed files with 7 additions and 2 deletions
|
@ -1029,8 +1029,6 @@ GitEngine.prototype.getTargetGraphDifference = function(
|
|||
differenceUnique.splice(i, 1);
|
||||
// expand target set
|
||||
targetSet[makeThis.id] = true;
|
||||
// start over
|
||||
break;
|
||||
}
|
||||
}
|
||||
return inOrder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue