diff options
Diffstat (limited to 'tests/qapi-schema/indented-expr.json')
-rw-r--r-- | tests/qapi-schema/indented-expr.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qapi-schema/indented-expr.json b/tests/qapi-schema/indented-expr.json index d80af60564..7115d3131e 100644 --- a/tests/qapi-schema/indented-expr.json +++ b/tests/qapi-schema/indented-expr.json @@ -1,2 +1,2 @@ -{ 'id' : 'eins' } - { 'id' : 'zwei' } +{ 'command' : 'eins' } + { 'command' : 'zwei' } |