Skip to content

Commit 62c4bad

Browse files
author
Paul van Brenk
committed
Linter fixes
1 parent 79375f8 commit 62c4bad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/harness/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ namespace FourSlash {
18691869

18701870
const ranges = this.getRanges();
18711871
if (ranges.length == 0) {
1872-
this.raiseError("At least one range should be specified in the testfile.")
1872+
this.raiseError("At least one range should be specified in the testfile.");
18731873
}
18741874

18751875
const fileName = this.activeFile.fileName;

src/services/codefixes/interfaceFixes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ namespace ts.codeFix {
208208
return "null";
209209
}
210210

211-
function handleMethods(interfaceMethod: MethodSignature, startPos: number, isReference: boolean, trackingAddedMembers: string[], textChanges: TextChange[], newLineCharacter:string) {
211+
function handleMethods(interfaceMethod: MethodSignature, startPos: number, isReference: boolean, trackingAddedMembers: string[], textChanges: TextChange[], newLineCharacter: string) {
212212

213213
const methodBody = "throw new Error('Method not Implemented');";
214214

0 commit comments

Comments
 (0)