mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Style fixes.
This commit is contained in:
parent
4b590836e7
commit
d364f6110e
@ -24,7 +24,6 @@ module ts.server {
|
||||
private fileMapping: ts.Map<string> = {};
|
||||
private lineMaps: ts.Map<number[]> = {};
|
||||
private messages: string[] = [];
|
||||
private lastCompletionEntry: CompletionEntry;
|
||||
private lastRenameEntry: RenameEntry;
|
||||
|
||||
constructor(private host: SessionClientHost) {
|
||||
|
||||
@ -54,7 +54,6 @@ module ts.server {
|
||||
}
|
||||
|
||||
function sortNavItems(items: ts.NavigateToItem[]) {
|
||||
|
||||
return items.sort((a, b) => {
|
||||
if (a.matchKind < b.matchKind) {
|
||||
return -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user