Skip to content

Commit 797e499

Browse files
authored
Fix bad GDPR annotation (microsoft#151241)
1 parent 71080eb commit 797e499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/search/common/searchModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ export class SearchModel extends Disposable {
11211121

11221122
/* __GDPR__
11231123
"searchResultsShown" : {
1124-
owner": "roblourens",
1124+
"owner": "roblourens",
11251125
"count" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
11261126
"fileCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
11271127
"options": { "${inline}": [ "${IPatternInfo}" ] },

0 commit comments

Comments
 (0)