Skip to content

Commit 37d4116

Browse files
author
Arthur Ozga
committed
rename test
1 parent 0dcc8de commit 37d4116

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
/// <reference path="fourslash.ts"/>
22

3-
//// if (true) {
4-
//// }
53
//// if () {
64
//// }
75

86
format.setOption("PlaceOpenBraceOnNewLineForControlBlocks", true);
97
format.document();
108
verify.currentFileContentIs(
11-
`if (true)
12-
{
13-
}
14-
if ()
9+
`if ()
1510
{
1611
}`);

0 commit comments

Comments
 (0)