From 797fb4a4b6de564d64a336ceaf622829051a5ed2 Mon Sep 17 00:00:00 2001 From: Laxman Reddy <141967714+laileni-aws@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:06:03 -0800 Subject: [PATCH] Fixing lint issues --- telemetry/definitions/commonDefinitions.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/telemetry/definitions/commonDefinitions.json b/telemetry/definitions/commonDefinitions.json index 4d494f36..a4937db1 100644 --- a/telemetry/definitions/commonDefinitions.json +++ b/telemetry/definitions/commonDefinitions.json @@ -198,16 +198,16 @@ "type": "int", "description": "The uncompressed payload size in bytes of the source files in customer project context" }, - { - "name": "buildZipFileBytes", - "type": "int", - "description": "The compressed payload size of source files in bytes of customer project context sent" - }, { "name": "buildSystemVersion", "type": "string", "description": "The build system version on the user's machine" }, + { + "name": "buildZipFileBytes", + "type": "int", + "description": "The compressed payload size of source files in bytes of customer project context sent" + }, { "name": "causedBy", "type": "string",