mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 12:33:16 +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->{pending} = $conf->{$opt};
|
||||
} else {
|
||||
$item->{value} = $conf->{$opt},
|
||||
$item->{value} = $conf->{$opt};
|
||||
}
|
||||
|
||||
push @$res, $item;
|
||||
|
Loading…
Reference in New Issue
Block a user