Clean up format issues

This commit is contained in:
Pine Wu
2016-10-18 15:35:16 -07:00
parent 5b1ba3cec2
commit 31afc0339e
13 changed files with 17 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ export class ExtHostTreeExplorers extends ExtHostTreeExplorersShape {
private _proxy: MainThreadTreeExplorersShape;
private _treeExplorerNodeProviders: { [providerId: string]: TreeExplorerNodeProvider<any> };
private _externalNodeMaps: { [providerId: string]: { [id: number]: any }};
private _externalNodeMaps: { [providerId: string]: { [id: number]: any } };
constructor(
threadService: IThreadService,
@@ -91,4 +91,4 @@ export class ExtHostTreeExplorers extends ExtHostTreeExplorersShape {
return TPromise.as(null);
}
}
}