Skip to content

Commit 6786d74

Browse files
committed
fix test
1 parent b86b923 commit 6786d74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cases/fourslash/formattingObjectLiteralOpenCurlySingleLine.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22

33
////
44
//// let obj1 =
5-
//// { x: 10 };
5+
//// { x: 10 };
66
////
77
//// let obj2 =
88
//// // leading trivia
9-
//// { y: 10 };
9+
//// { y: 10 };
1010
////
1111

1212
format.document();
1313
verify.currentFileContentIs(
1414
`
1515
let obj1 =
16-
{ x: 10 };
16+
{ x: 10 };
1717
1818
let obj2 =
1919
// leading trivia
20-
{ y: 10 };
20+
{ y: 10 };
2121
`
2222
);
2323

0 commit comments

Comments
 (0)