style fix: missing trailing comma

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-25 16:24:52 +01:00
parent 3e9d173caa
commit 47f9f50b75

View File

@ -1522,7 +1522,7 @@ __PACKAGE__->register_method({
description => "If set, destroy all disks with the VMID from all enabled storages.",
optional => 1,
default => 1, # FIXME: replace to false in PVE 7.0, this is dangerous!
}
},
},
},
returns => {