mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
lint: remove trailing whitespace in completions.ts
This commit is contained in:
@@ -735,7 +735,7 @@ namespace ts.Completions {
|
||||
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
export function getCompletionEntrySymbol(typeChecker: TypeChecker, log: (message: string) => void, compilerOptions: CompilerOptions, sourceFile: SourceFile, position: number, entryName: string): Symbol {
|
||||
// Compute all the completion symbols again.
|
||||
const completionData = getCompletionData(typeChecker, log, sourceFile, position);
|
||||
|
||||
Reference in New Issue
Block a user