Commit Graph

1 Commits (d1ec5975c4c6edcee02c20e8aa963429ac56e36a)

Author SHA1 Message Date
Christopher Chedeau 58a97ab597 Fix missing semi-colon in for loop and var body (#388)
We avoid adding a `;` for a variable declaration in for loop but this is only meant if the var declaration is inside of the `()` part of the for loop. Not if the body part.

Fixes #385
2017-01-22 12:34:14 -08:00