Signed-off-by: John Snow <[email protected]> --- qapi/yank.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/qapi/yank.json b/qapi/yank.json index 85a0c87719d..8ac4b773653 100644 --- a/qapi/yank.json +++ b/qapi/yank.json @@ -20,9 +20,8 @@ ## # @YankInstanceBlockNode: -# -# Specifies which block graph node to yank. See `YankInstance` for -# more information. +# Specifies which block graph node to yank. See `YankInstance` +# for more information. # # @node-name: the name of the block graph node # @@ -33,9 +32,8 @@ ## # @YankInstanceChardev: -# -# Specifies which character device to yank. See `YankInstance` for -# more information. +# Specifies which character device to yank. See `YankInstance` +# for more information. # # @id: the chardev's ID # -- 2.55.0
