Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes the variable shadowing with `i` – this variable is already being used for the outer loop. While not being used in the inner loop, we should rename it/remove it to avoid potential issues where the variable might be referenced in the future.
- Loading branch information