supersimple / chameleon

Chameleon Hex Package
Apache License 2.0
26 stars 11 forks source link

Remove unnecessary calls to Float.round #10

Closed fhunleth closed 6 years ago

fhunleth commented 6 years ago

In each of these cases, Float.round/2 was immediately followed by a call to round/1. Since both calls were rounding to the nearest integer Float.round/2 wasn't needed.

supersimple commented 6 years ago

Thank you 🦄