Skip to content

Commit

Permalink
moving the whole all lines one left
Browse files Browse the repository at this point in the history
  • Loading branch information
dharada1 committed Feb 11, 2019
1 parent e44bb55 commit 67b6eca
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tests/fixtures/screenboard_response.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"board_title": "dogapi test",
"height": 768,
"id": 6334,
"widgets": [
{
"height": 20,
"type": "image",
"url": "http://path/to/image.jpg",
"width": 32,
"x": 32,
"y": 7
}
],
"width": 1024,
"created": "2015-12-17T23:06:06.703087+00:00",
"modified": "2015-12-17T23:12:26.726234+00:00",
"read_only": false
"board_title": "dogapi test",
"height": 768,
"id": 6334,
"widgets": [
{
"height": 20,
"type": "image",
"url": "http://path/to/image.jpg",
"width": 32,
"x": 32,
"y": 7
}
],
"width": 1024,
"created": "2015-12-17T23:06:06.703087+00:00",
"modified": "2015-12-17T23:12:26.726234+00:00",
"read_only": false
}

0 comments on commit 67b6eca

Please sign in to comment.