remove trailing commas from JSON
Fixes JSON highlighting.
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ the following conditions mean the node is in sane state:
|
||||
"conditions": [
|
||||
{
|
||||
"kind": "Ready",
|
||||
"status": "True",
|
||||
},
|
||||
"status": "True"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user