indentation changes

This commit is contained in:
kieferrm
2017-09-25 16:48:46 -07:00
committed by Kai Maetzel
parent f244a4f70e
commit 08d8f0f9f6
88 changed files with 1119 additions and 1120 deletions

View File

@@ -26,10 +26,10 @@ export class MainThreadTelemetry implements MainThreadTelemetryShape {
$publicLog(eventName: string, data: any = Object.create(null)): void {
/* __GDPR__FRAGMENT__
"MainThreadData" : {
"pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
"MainThreadData" : {
"pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
data[MainThreadTelemetry._name] = true;
this._telemetryService.publicLog(eventName, data);
}