From 29ddbe702b06711132b63a4809e4dc51276f7bac Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 23 Nov 2016 06:40:33 +0100 Subject: [PATCH] combine option 'format' with previous line (avoid emacs confusion) --- PVE/API2/Qemu.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 7c2931f8..779fdd89 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -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, },