Skip to content

Commit

Permalink
Fix prettier errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eladperets committed Jul 23, 2020
1 parent 6ae9ebd commit b7e9226
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4586,7 +4586,7 @@
},
"description": "An error response for a resource management request."
},
"ApiProfile" : {
"ApiProfile": {
"properties": {
"profileVersion": {
"type": "string",
Expand Down Expand Up @@ -4823,7 +4823,7 @@
},
"apiProfiles": {
"type": "array",
"items" : {
"items": {
"$ref": "#/definitions/ApiProfile"
},
"description": "The API profiles for the resource provider."
Expand Down

0 comments on commit b7e9226

Please sign in to comment.