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

@@ -267,19 +267,19 @@ export class SaveParticipant implements ISaveParticipant {
return sequence(promiseFactory).then(() => {
/* __GDPR__
"saveParticipantStats" : {
"${wildcard}": [
{
"${prefix}": "Success-",
"${classification}": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
},
{
"${prefix}": "Failure-",
"${classification}": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
]
}
*/
"saveParticipantStats" : {
"${wildcard}": [
{
"${prefix}": "Success-",
"${classification}": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
},
{
"${prefix}": "Failure-",
"${classification}": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
]
}
*/
this._telemetryService.publicLog('saveParticipantStats', stats);
});
}