Skip to content

Commit ba848b1

Browse files
committed
Fix for lint
1 parent 2c32a7d commit ba848b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"types": [
3-
{
4-
"name": "action",
5-
"type": "string",
6-
"description": "Name of an action that was taken, displayed, etc. See also `userChoice`."
7-
},
83
{
94
"name": "acceptedFixType",
105
"type": "string",
@@ -15,6 +10,11 @@
1510
"copyDiff"
1611
]
1712
},
13+
{
14+
"name": "action",
15+
"type": "string",
16+
"description": "Name of an action that was taken, displayed, etc. See also `userChoice`."
17+
},
1818
{
1919
"name": "amazonqCodeGenerationResult",
2020
"type": "string",

0 commit comments

Comments
 (0)