From c0acd873f577794529caeec3231cba9fe23174a0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 9 Feb 2022 18:45:14 +0100 Subject: [PATCH] agent: code style fix Signed-off-by: Thomas Lamprecht --- PVE/API2/Qemu/Agent.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Qemu/Agent.pm b/PVE/API2/Qemu/Agent.pm index 13919a4b..a1aa7409 100644 --- a/PVE/API2/Qemu/Agent.pm +++ b/PVE/API2/Qemu/Agent.pm @@ -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.",