prettier/tests/for/for.js

3 lines
44 B
JavaScript
Raw Normal View History

for (;;) {}
for (var i = 0; i < 10; ++i) {}