Skip to content

Commit 382498e

Browse files
committed
Fixes GDPR comment
1 parent 5ff048a commit 382498e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/merge-conflict/src/documentTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default class DocumentMergeConflictTracker implements vscode.Disposable,
133133
"mergeMarkers.documentWithConflictMarkersOpened" : {
134134
"owner": "hediet",
135135
"comment": "Used to determine how many documents with conflicts are opened.",
136-
"conflictCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Total number of conflict counts" },
136+
"conflictCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Total number of conflict counts" }
137137
}
138138
*/
139139
this.telemetryReporter.sendTelemetryEvent('mergeMarkers.documentWithConflictMarkersOpened', {}, {

0 commit comments

Comments
 (0)