]> git.proxmox.com Git - qemu-server.git/commitdiff
combine option 'format' with previous line (avoid emacs confusion)
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Nov 2016 05:40:33 +0000 (06:40 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Nov 2016 05:40:33 +0000 (06:40 +0100)
PVE/API2/Qemu.pm

index 7c2931f821104134a52d63dc8f799327176fc52f..779fdd89a9627b2d0056b8583d973bc4b8100034 100644 (file)
@@ -1636,8 +1636,7 @@ __PACKAGE__->register_method({
                optional => 1,
            },
            migration_network => {
-               type => 'string',
-               format => 'CIDR',
+               type => 'string', format => 'CIDR',
                description => "CIDR of the (sub) network that is used for migration.",
                optional => 1,
            },