Newlines in fixtures (#6044)
* write newlines for fixtures * rerun fixtures
This commit is contained in:
@@ -2,4 +2,4 @@ var bar = function () {};
|
||||
|
||||
bar.bind(foo);
|
||||
var foo = {};
|
||||
foo.bar.bind(foo);
|
||||
foo.bar.bind(foo);
|
||||
|
||||
Reference in New Issue
Block a user