Skip to content

Commit d364f61

Browse files
author
steveluc
committed
Style fixes.
1 parent 4b59083 commit d364f61

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: src/server/client.ts

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module ts.server {
2424
private fileMapping: ts.Map<string> = {};
2525
private lineMaps: ts.Map<number[]> = {};
2626
private messages: string[] = [];
27-
private lastCompletionEntry: CompletionEntry;
2827
private lastRenameEntry: RenameEntry;
2928

3029
constructor(private host: SessionClientHost) {

Diff for: src/server/session.ts

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ module ts.server {
5454
}
5555

5656
function sortNavItems(items: ts.NavigateToItem[]) {
57-
5857
return items.sort((a, b) => {
5958
if (a.matchKind < b.matchKind) {
6059
return -1;

0 commit comments

Comments
 (0)