lint: Remove trailing whitespace from json files.

This commit is contained in:
Aman 2019-08-02 09:51:41 +05:30 committed by Tim Abbott
parent 843b21769a
commit 264632230b
7 changed files with 26 additions and 26 deletions

View file

@ -8,12 +8,12 @@
} }
}, },
"response": { "response": {
"error":{ "error":{
"status": "INVALID_ARGUMENT", "status": "INVALID_ARGUMENT",
"message": "API key not valid. Please pass a valid API key.", "message": "API key not valid. Please pass a valid API key.",
"code": 400, "code": 400,
"errors": [ "errors": [
{ {
"domain":"global", "domain":"global",
"message":"API key not valid. Please pass a valid API key.", "message":"API key not valid. Please pass a valid API key.",
"reason":"badRequest" "reason":"badRequest"

View file

@ -8,11 +8,11 @@
"json": { "json": {
"fields": { "fields": {
"summary": "Testing", "summary": "Testing",
"project": { "project": {
"key": "TEST" "key": "TEST"
}, },
"issuetype": { "issuetype": {
"name": "Task" "name": "Task"
} }
} }
} }

View file

@ -8,18 +8,18 @@
"json": { "json": {
"fields": { "fields": {
"summary": "Testing", "summary": "Testing",
"project": { "project": {
"key": "TEST" "key": "TEST"
}, },
"issuetype": { "issuetype": {
"name": "Task" "name": "Task"
} }
,"description": "This is a test description", ,"description": "This is a test description",
"assignee": { "assignee": {
"name": "testuser" "name": "testuser"
}, },
"priority": { "priority": {
"name": "Medium" "name": "Medium"
}, },
"labels": ["issues","testing"], "labels": ["issues","testing"],
"duedate": "2018-06-11" "duedate": "2018-06-11"

View file

@ -8,18 +8,18 @@
"json": { "json": {
"fields": { "fields": {
"summary": "Change the summary", "summary": "Change the summary",
"project": { "project": {
"key": "TEST" "key": "TEST"
}, },
"issuetype": { "issuetype": {
"name": "Bug" "name": "Bug"
}, },
"description": "This is a test description", "description": "This is a test description",
"assignee": { "assignee": {
"name": "testuser" "name": "testuser"
}, },
"priority": { "priority": {
"name": "Low" "name": "Low"
}, },
"labels": ["issues","testing"], "labels": ["issues","testing"],
"duedate": "2018-06-11" "duedate": "2018-06-11"

View file

@ -14,7 +14,7 @@
}, },
"items": [ "items": [
{ {
"title":"What is flutter/dart and what are its benefits over other tools?", "title":"What is flutter/dart and what are its benefits over other tools?",
"link":"https://stackoverflow.com/questions/49023008/what-is-flutter-dart-and-what-are-its-benefits-over-other-tools" "link":"https://stackoverflow.com/questions/49023008/what-is-flutter-dart-and-what-are-its-benefits-over-other-tools"
} }
] ]

View file

@ -14,7 +14,7 @@
}, },
"items": [ "items": [
{ {
"title":"INSTALL_FAILED_NO_MATCHING_ABIS res-113", "title":"INSTALL_FAILED_NO_MATCHING_ABIS res-113",
"link":"https://stackoverflow.com/questions/47117788/install-failed-no-matching-abis-res-113" "link":"https://stackoverflow.com/questions/47117788/install-failed-no-matching-abis-res-113"
}, },
{ {

View file

@ -14,7 +14,7 @@
}, },
"items": [ "items": [
{ {
"title":"What exactly is RESTful programming?", "title":"What exactly is RESTful programming?",
"link":"https://stackoverflow.com/questions/671118/what-exactly-is-restful-programming" "link":"https://stackoverflow.com/questions/671118/what-exactly-is-restful-programming"
}, },
{ {