Skip to content

Commit 40112c5

Browse files
saschanazvladima
authored andcommitted
fix test
1 parent b8071f9 commit 40112c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cases/fourslash/formatTypeOperation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ goTo.marker("formatAmpersandOperator");
2121
verify.currentLineContentIs("type Intersection = Foo & Bar;");
2222

2323
goTo.marker("unionTypeNoIndent");
24-
verify.currentLineContentIs("Bar |");
24+
verify.currentLineContentIs(" Bar |");
2525
goTo.marker("intersectionTypeNoIndent");
26-
verify.currentLineContentIs("Baz;");
26+
verify.currentLineContentIs(" Baz;");

0 commit comments

Comments
 (0)