qapi: fix example of query-ballon command

Example output has an extra ',' delimiter. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-2-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Victor Toso 2022-09-01 10:58:31 +02:00 committed by Markus Armbruster
parent 946e9bccf1
commit 5d07159d63

View file

@ -1074,7 +1074,7 @@
#
# -> { "execute": "query-balloon" }
# <- { "return": {
# "actual": 1073741824,
# "actual": 1073741824
# }
# }
#