Skip to content

Commit

Permalink
Fixed the prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepkintali committed Jul 28, 2020
1 parent fe54942 commit 5140f06
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,10 @@
"description": "Accepted"
},
"default": {
"schema":{
"schema": {
"$ref": "#/definitions/CloudError"
}
}
}
},
"x-ms-long-running-operation": true
},
Expand Down Expand Up @@ -549,10 +549,10 @@
"description": "NoContent"
},
"default": {
"schema":{
"schema": {
"$ref": "#/definitions/CloudError"
}
}
}
},
"x-ms-long-running-operation": true
},
Expand Down Expand Up @@ -634,7 +634,7 @@
}
},
"default": {
"schema":{
"schema": {
"$ref": "#/definitions/CloudError"
}
}
Expand Down Expand Up @@ -844,7 +844,7 @@
"description": "Accepted"
},
"default": {
"schema":{
"schema": {
"$ref": "#/definitions/CloudError"
}
}
Expand Down Expand Up @@ -890,7 +890,7 @@
"description": "NoContent"
},
"default": {
"schema":{
"schema": {
"$ref": "#/definitions/CloudError"
}
}
Expand Down Expand Up @@ -975,7 +975,7 @@
}
},
"default": {
"schema":{
"schema": {
"$ref": "#/definitions/CloudError"
}
}
Expand Down

0 comments on commit 5140f06

Please sign in to comment.