Skip to content

Commit 2646322

Browse files
amanagrtimabbott
authored andcommitted
lint: Remove trailing whitespace from json files.
1 parent 843b217 commit 2646322

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

zulip_bots/zulip_bots/bots/google_translate/fixtures/test_invalid_api_key.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
}
99
},
1010
"response": {
11-
"error":{
11+
"error":{
1212
"status": "INVALID_ARGUMENT",
1313
"message": "API key not valid. Please pass a valid API key.",
1414
"code": 400,
15-
"errors": [
16-
{
15+
"errors": [
16+
{
1717
"domain":"global",
1818
"message":"API key not valid. Please pass a valid API key.",
1919
"reason":"badRequest"

zulip_bots/zulip_bots/bots/jira/fixtures/test_create.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"json": {
99
"fields": {
1010
"summary": "Testing",
11-
"project": {
12-
"key": "TEST"
11+
"project": {
12+
"key": "TEST"
1313
},
14-
"issuetype": {
15-
"name": "Task"
14+
"issuetype": {
15+
"name": "Task"
1616
}
1717
}
1818
}

zulip_bots/zulip_bots/bots/jira/fixtures/test_create_error.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"json": {
99
"fields": {
1010
"summary": "Testing",
11-
"project": {
12-
"key": "TEST"
11+
"project": {
12+
"key": "TEST"
1313
},
14-
"issuetype": {
15-
"name": "Task"
14+
"issuetype": {
15+
"name": "Task"
1616
}
1717
,"description": "This is a test description",
18-
"assignee": {
19-
"name": "testuser"
18+
"assignee": {
19+
"name": "testuser"
2020
},
21-
"priority": {
22-
"name": "Medium"
21+
"priority": {
22+
"name": "Medium"
2323
},
2424
"labels": ["issues","testing"],
2525
"duedate": "2018-06-11"

zulip_bots/zulip_bots/bots/jira/fixtures/test_edit_error.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"json": {
99
"fields": {
1010
"summary": "Change the summary",
11-
"project": {
12-
"key": "TEST"
11+
"project": {
12+
"key": "TEST"
1313
},
14-
"issuetype": {
15-
"name": "Bug"
14+
"issuetype": {
15+
"name": "Bug"
1616
},
1717
"description": "This is a test description",
18-
"assignee": {
19-
"name": "testuser"
18+
"assignee": {
19+
"name": "testuser"
2020
},
21-
"priority": {
22-
"name": "Low"
21+
"priority": {
22+
"name": "Low"
2323
},
2424
"labels": ["issues","testing"],
2525
"duedate": "2018-06-11"

zulip_bots/zulip_bots/bots/stack_overflow/fixtures/test_multi_word.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"items": [
1616
{
17-
"title":"What is flutter/dart and what are its benefits over other tools?",
17+
"title":"What is flutter/dart and what are its benefits over other tools?",
1818
"link":"https://stackoverflow.com/questions/49023008/what-is-flutter-dart-and-what-are-its-benefits-over-other-tools"
1919
}
2020
]

zulip_bots/zulip_bots/bots/stack_overflow/fixtures/test_number_query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"items": [
1616
{
17-
"title":"INSTALL_FAILED_NO_MATCHING_ABIS res-113",
17+
"title":"INSTALL_FAILED_NO_MATCHING_ABIS res-113",
1818
"link":"https://stackoverflow.com/questions/47117788/install-failed-no-matching-abis-res-113"
1919
},
2020
{

zulip_bots/zulip_bots/bots/stack_overflow/fixtures/test_single_word.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"items": [
1616
{
17-
"title":"What exactly is RESTful programming?",
17+
"title":"What exactly is RESTful programming?",
1818
"link":"https://stackoverflow.com/questions/671118/what-exactly-is-restful-programming"
1919
},
2020
{

0 commit comments

Comments
 (0)