safe-global / safe-cli

Command line utility for Safe
MIT License
208 stars 68 forks source link

Remove variable shadowing #422

Closed fmrsabino closed 2 months ago

fmrsabino commented 2 months ago

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.

coveralls commented 2 months ago

Coverage Status

coverage: 87.279%. remained the same when pulling de343019b48451e0e0a7a72d919f52337fd20518 on remove-var-shadowing into dbea553f755064c9e54788db5a5e9946d506f87a on main.