Skip to content

Commit 72c5c2b

Browse files
author
Sam El-Husseini
committed
lint: remove trailing whitespace in completions.ts
1 parent f9492d0 commit 72c5c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/completions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ namespace ts.Completions {
735735

736736
return undefined;
737737
}
738-
738+
739739
export function getCompletionEntrySymbol(typeChecker: TypeChecker, log: (message: string) => void, compilerOptions: CompilerOptions, sourceFile: SourceFile, position: number, entryName: string): Symbol {
740740
// Compute all the completion symbols again.
741741
const completionData = getCompletionData(typeChecker, log, sourceFile, position);

0 commit comments

Comments
 (0)