mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
fix test
This commit is contained in:
@@ -2,22 +2,22 @@
|
||||
|
||||
////
|
||||
//// let obj1 =
|
||||
//// { x: 10 };
|
||||
//// { x: 10 };
|
||||
////
|
||||
//// let obj2 =
|
||||
//// // leading trivia
|
||||
//// { y: 10 };
|
||||
//// { y: 10 };
|
||||
////
|
||||
|
||||
format.document();
|
||||
verify.currentFileContentIs(
|
||||
`
|
||||
let obj1 =
|
||||
{ x: 10 };
|
||||
{ x: 10 };
|
||||
|
||||
let obj2 =
|
||||
// leading trivia
|
||||
{ y: 10 };
|
||||
{ y: 10 };
|
||||
`
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user