remove trailing commas from JSON

Fixes JSON highlighting.
This commit is contained in:
Vladimir Rutsky
2016-03-14 20:11:30 +03:00
parent b840399f4a
commit a112e4ae7e
+2 -2
View File
@@ -61,8 +61,8 @@ the following conditions mean the node is in sane state:
"conditions": [
{
"kind": "Ready",
"status": "True",
},
"status": "True"
}
]
```