Example output has an extra ',' delimiter and a foreign comment format. Fix it.
Problem was noticed when trying to load the example into python's json library. Signed-off-by: Victor Toso <victort...@redhat.com> --- qapi/ui.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qapi/ui.json b/qapi/ui.json index 286c5731d1..901b84da8a 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -356,8 +356,7 @@ # "host": "127.0.0.1", # "channel-id": 0, # "tls": false -# }, -# [ ... more channels follow ... ] +# } # ] # } # } -- 2.37.2