combine option 'format' with previous line (avoid emacs confusion)

This commit is contained in:
Dietmar Maurer 2016-11-23 06:40:33 +01:00
parent e0feef86ee
commit 29ddbe702b

View 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,
},