mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 15:19:12 +00:00
api: fix typo reported by perlcritic
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
326b668718
commit
e30435dc72
@ -1590,7 +1590,7 @@ __PACKAGE__->register_method({
|
|||||||
$item->{value} = $pending;
|
$item->{value} = $pending;
|
||||||
$item->{pending} = $conf->{$opt};
|
$item->{pending} = $conf->{$opt};
|
||||||
} else {
|
} else {
|
||||||
$item->{value} = $conf->{$opt},
|
$item->{value} = $conf->{$opt};
|
||||||
}
|
}
|
||||||
|
|
||||||
push @$res, $item;
|
push @$res, $item;
|
||||||
|
Loading…
Reference in New Issue
Block a user