minor increment style change
This commit is contained in:
parent
e3025aaf6c
commit
688b0017f4
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ function solve(
|
|||
let result = solve(
|
||||
pyramidArray,
|
||||
stockArray,
|
||||
stockIndex + 1,
|
||||
++stockIndex,
|
||||
newMoveArray,
|
||||
newBestMoveArray
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue