Newlines in fixtures (#6044)

* write newlines for fixtures

* rerun fixtures
This commit is contained in:
Henry Zhu
2017-08-02 15:35:29 -04:00
committed by GitHub
parent 829c75a866
commit 0f823beeb1
547 changed files with 538 additions and 579 deletions

View File

@@ -7,4 +7,4 @@ import { map, takeWhile, forEach } from "iterlib";
return x.strength > 100;
}), forEach).call(_context, function (x) {
return console.log(x);
});
});