Skip to content

Commit 797fb4a

Browse files
committed
Fixing lint issues
1 parent e69d511 commit 797fb4a

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
@@ -198,16 +198,16 @@
198198
"type": "int",
199199
"description": "The uncompressed payload size in bytes of the source files in customer project context"
200200
},
201-
{
202-
"name": "buildZipFileBytes",
203-
"type": "int",
204-
"description": "The compressed payload size of source files in bytes of customer project context sent"
205-
},
206201
{
207202
"name": "buildSystemVersion",
208203
"type": "string",
209204
"description": "The build system version on the user's machine"
210205
},
206+
{
207+
"name": "buildZipFileBytes",
208+
"type": "int",
209+
"description": "The compressed payload size of source files in bytes of customer project context sent"
210+
},
211211
{
212212
"name": "causedBy",
213213
"type": "string",

0 commit comments

Comments
 (0)