]> git.proxmox.com Git - qemu-server.git/commitdiff
agent: code style fix
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Feb 2022 17:45:14 +0000 (18:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Feb 2022 17:45:14 +0000 (18:45 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu/Agent.pm

index 13919a4b296c66300f4e62fb64f9d5eb2438df86..a1aa7409a9ba0c0119384d72b2e06e92ccc66a87 100644 (file)
@@ -150,7 +150,8 @@ sub register_command {
        properties => {
            node => get_standard_option('pve-node'),
            vmid => get_standard_option('pve-vmid', {
-                   completion => \&PVE::QemuServer::complete_vmid_running }),
+               completion => \&PVE::QemuServer::complete_vmid_running,
+           }),
            command => {
                type => 'string',
                description => "The QGA command.",