Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 21, 2019
1 parent a23390b commit 73ac741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@
"method": "post",
"path": "/repos/octokit-fixture-org/add-labels-to-issue/issues/1/labels",
"body": {
"labels": [
"Foo",
"bAr",
"baZ"
]
"labels": ["Foo", "bAr", "baZ"]
},
"status": 200,
"response": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,7 @@
"method": "post",
"path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20191120101431689-2ms92/issues/1/labels",
"body": {
"labels": [
"Foo",
"bAr",
"baZ"
]
"labels": ["Foo", "bAr", "baZ"]
},
"status": 200,
"response": [
Expand Down

0 comments on commit 73ac741

Please sign in to comment.