Remove extra whitespace from JSON files
Remove end of line whitespace from JSON files. Change-Id: Ide3222375c5a623b189e6c99fa813db8a3976ee6
This commit is contained in:
parent
67b524a7bd
commit
f73a6fe51d
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ip" : {
|
"ip" : {
|
||||||
"addr" : "67.23.10.132"
|
"addr" : "67.23.10.132"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -3,6 +3,6 @@
|
|||||||
"code" : 413,
|
"code" : 413,
|
||||||
"message" : "OverLimit Retry...",
|
"message" : "OverLimit Retry...",
|
||||||
"details" : "Error Details...",
|
"details" : "Error Details...",
|
||||||
"retryAfter" : "2010-08-01T00:00:00Z"
|
"retryAfter" : "2010-08-01T00:00:00Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user