Commit Graph

1 Commits (5fa8df331e4a1489d95c94713fb2e33417be0018)

Author SHA1 Message Date
Christopher Chedeau 3dcf46c77c Do not put spaces on empty for loop (#169)
```js
for (;;) {
```

instead of

```js
for (; ; ) {
```
2017-01-13 13:00:32 -05:00