From e44bb554e5e2df48974f0430453fd23d6c83e362 Mon Sep 17 00:00:00 2001 From: dharada1 Date: Sun, 10 Feb 2019 11:17:21 +0900 Subject: [PATCH 1/2] Format tests/fixtures/screenboard_response.json --- tests/fixtures/screenboard_response.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/screenboard_response.json b/tests/fixtures/screenboard_response.json index d83934a..e14a31e 100644 --- a/tests/fixtures/screenboard_response.json +++ b/tests/fixtures/screenboard_response.json @@ -16,4 +16,4 @@ "created": "2015-12-17T23:06:06.703087+00:00", "modified": "2015-12-17T23:12:26.726234+00:00", "read_only": false - } \ No newline at end of file +} From 67b6ecab1c27ca05d41801ac67c64709900b1fcf Mon Sep 17 00:00:00 2001 From: dharada1 Date: Mon, 11 Feb 2019 11:05:40 +0900 Subject: [PATCH 2/2] moving the whole all lines one left --- tests/fixtures/screenboard_response.json | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/fixtures/screenboard_response.json b/tests/fixtures/screenboard_response.json index e14a31e..b52d296 100644 --- a/tests/fixtures/screenboard_response.json +++ b/tests/fixtures/screenboard_response.json @@ -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 }