lint: Remove trailing whitespace from json files.
This commit is contained in:
parent
843b21769a
commit
264632230b
|
@ -8,12 +8,12 @@
|
|||
}
|
||||
},
|
||||
"response": {
|
||||
"error":{
|
||||
"error":{
|
||||
"status": "INVALID_ARGUMENT",
|
||||
"message": "API key not valid. Please pass a valid API key.",
|
||||
"code": 400,
|
||||
"errors": [
|
||||
{
|
||||
"errors": [
|
||||
{
|
||||
"domain":"global",
|
||||
"message":"API key not valid. Please pass a valid API key.",
|
||||
"reason":"badRequest"
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
"json": {
|
||||
"fields": {
|
||||
"summary": "Testing",
|
||||
"project": {
|
||||
"key": "TEST"
|
||||
"project": {
|
||||
"key": "TEST"
|
||||
},
|
||||
"issuetype": {
|
||||
"name": "Task"
|
||||
"issuetype": {
|
||||
"name": "Task"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
"json": {
|
||||
"fields": {
|
||||
"summary": "Testing",
|
||||
"project": {
|
||||
"key": "TEST"
|
||||
"project": {
|
||||
"key": "TEST"
|
||||
},
|
||||
"issuetype": {
|
||||
"name": "Task"
|
||||
"issuetype": {
|
||||
"name": "Task"
|
||||
}
|
||||
,"description": "This is a test description",
|
||||
"assignee": {
|
||||
"name": "testuser"
|
||||
"assignee": {
|
||||
"name": "testuser"
|
||||
},
|
||||
"priority": {
|
||||
"name": "Medium"
|
||||
"priority": {
|
||||
"name": "Medium"
|
||||
},
|
||||
"labels": ["issues","testing"],
|
||||
"duedate": "2018-06-11"
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
"json": {
|
||||
"fields": {
|
||||
"summary": "Change the summary",
|
||||
"project": {
|
||||
"key": "TEST"
|
||||
"project": {
|
||||
"key": "TEST"
|
||||
},
|
||||
"issuetype": {
|
||||
"name": "Bug"
|
||||
"issuetype": {
|
||||
"name": "Bug"
|
||||
},
|
||||
"description": "This is a test description",
|
||||
"assignee": {
|
||||
"name": "testuser"
|
||||
"assignee": {
|
||||
"name": "testuser"
|
||||
},
|
||||
"priority": {
|
||||
"name": "Low"
|
||||
"priority": {
|
||||
"name": "Low"
|
||||
},
|
||||
"labels": ["issues","testing"],
|
||||
"duedate": "2018-06-11"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"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"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"items": [
|
||||
{
|
||||
"title":"What exactly is RESTful programming?",
|
||||
"title":"What exactly is RESTful programming?",
|
||||
"link":"https://stackoverflow.com/questions/671118/what-exactly-is-restful-programming"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue