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 a5e5d58 commit 0b65fd2Copy full SHA for 0b65fd2
src/services/formatting/formatting.ts
@@ -1,4 +1,4 @@
1
-///<reference path='..\services.ts' />
+///<reference path='..\services.ts' />
2
///<reference path='formattingScanner.ts' />
3
///<reference path='rulesProvider.ts' />
4
///<reference path='references.ts' />
@@ -549,7 +549,7 @@ namespace ts.formatting {
549
// number,
550
// string,
551
// >();
552
- // vs
+ // vs
553
// var a = xValue
554
// > yValue;
555
return indentation;
0 commit comments