Skip to content

Commit ff31b96

Browse files
Update test baseline.
1 parent 911a705 commit ff31b96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/baselines/reference/objectLiteralWithSemicolons5.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
var v = { foo() { }; a: b; get baz() { }; }
33

44
//// [objectLiteralWithSemicolons5.js]
5-
var v = { foo: function () {
6-
}, a: b, get baz() {
7-
} };
5+
var v = { foo: function () { }, a: b, get baz() { } };

0 commit comments

Comments
 (0)