jhawthorn / pub_grub

🍔 A ruby implementation of the PubGrub CDCL-based version solver
MIT License
151 stars 11 forks source link

Fix shadowing outer local variable warning #7

Closed JuanitoFatas closed 4 years ago

JuanitoFatas commented 4 years ago

Hi!

I notice a warning while working on a project uses pub_grub. This PR removes the warning.

lib/pub_grub/partial_solution.rb:38: warning: shadowing outer local variable - assignment

https://buildkite.com/matthewd/gel/builds/316#78bb8343-499d-4460-bb84-798bb5f297c0

Thank you!

jhawthorn commented 4 years ago

Thanks!