Skip to content

Commit e5a32b7

Browse files
committed
Fix error
1 parent 291ad33 commit e5a32b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/cases/fourslash/fourslash.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ declare module ts {
5252
None = 0,
5353
Block = 1,
5454
Smart = 2,
55-
}
55+
}
5656

5757
interface OutputFile {
5858
name: string;
5959
writeByteOrderMark: boolean;
6060
text: string;
61-
}
61+
}
6262
}
6363

6464
declare namespace FourSlashInterface {
@@ -139,7 +139,7 @@ declare namespace FourSlashInterface {
139139
isValidBraceCompletionAtPostion(openingBrace?: string): void;
140140
}
141141
class verify extends verifyNegatable {
142-
assertHasRanges(ranges: FourSlash.Range[]): void;
142+
assertHasRanges(ranges: Range[]): void;
143143
caretAtMarker(markerName?: string): void;
144144
indentationIs(numberOfSpaces: number): void;
145145
indentationAtPositionIs(fileName: string, position: number, numberOfSpaces: number, indentStyle?: ts.IndentStyle): void;

0 commit comments

Comments
 (0)