Skip to content

Commit

Permalink
lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Nov 10, 2024
1 parent ccd1f70 commit e592ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,14 +1448,14 @@
"description": "Time from start to end of Generating unit tests"
},
{
"name": "linesOfCodeGenerated",
"name": "linesOfCodeAccepted",
"type": "int",
"description": "Number of lines of code generated"
"description": "Number of lines of code accepted"
},
{
"name": "linesOfCodeAccepted",
"name": "linesOfCodeGenerated",
"type": "int",
"description": "Number of lines of code accepted"
"description": "Number of lines of code generated"
},
{
"name": "loadFileTime",
Expand Down

0 comments on commit e592ced

Please sign in to comment.