We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8071f9 commit 40112c5Copy full SHA for 40112c5
tests/cases/fourslash/formatTypeOperation.ts
@@ -21,6 +21,6 @@ goTo.marker("formatAmpersandOperator");
21
verify.currentLineContentIs("type Intersection = Foo & Bar;");
22
23
goTo.marker("unionTypeNoIndent");
24
-verify.currentLineContentIs("Bar |");
+verify.currentLineContentIs(" Bar |");
25
goTo.marker("intersectionTypeNoIndent");
26
-verify.currentLineContentIs("Baz;");
+verify.currentLineContentIs(" Baz;");
0 commit comments