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

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

9 lines
122 B
JavaScript

var a = function (_ref) {
let target = _ref.target;
return console.log(target);
};
a({
target: "I am a target"
});