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

@@ -12,7 +12,6 @@ import { IThreadService } from 'vs/workbench/services/thread/common/threadServic
import * as errors from 'vs/base/common/errors';
import product from 'vs/platform/product';
import pkg from 'vs/platform/package';
import { ExtHostFileSystemEventService } from 'vs/workbench/api/node/extHostFileSystemEventService';
import { ExtHostDocuments } from 'vs/workbench/api/node/extHostDocuments';
import { ExtHostDocumentSaveParticipant } from 'vs/workbench/api/node/extHostDocumentSaveParticipant';

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);
}
}
}

View File

@@ -264,5 +264,4 @@ export class MainThreadDocuments extends MainThreadDocumentsShape {
}
}, onUnexpectedError);
}
}

View File

@@ -45,4 +45,4 @@ export class MainThreadTreeExplorers extends MainThreadTreeExplorersShape {
$unregisterTreeContentProvider(treeContentProviderId: string): void {
}
}
}