Henry Zhu 0f823beeb1 Newlines in fixtures (#6044)
* write newlines for fixtures

* rerun fixtures
2017-08-02 15:35:29 -04:00

8 lines
87 B
JavaScript

var _f = f();
var _f2 = babelHelpers.slicedToArray(_f, 2);
a = _f2[0];
b = _f2[1];
;