minor increment style change

This commit is contained in:
Adam Piontek 2022-09-08 08:58:49 -04:00
parent e3025aaf6c
commit 688b0017f4

View file

@ -170,7 +170,7 @@ function solve(
let result = solve( let result = solve(
pyramidArray, pyramidArray,
stockArray, stockArray,
stockIndex + 1, ++stockIndex,
newMoveArray, newMoveArray,
newBestMoveArray newBestMoveArray
); );