mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 08:54:32 +00:00
ceph/api: cleanup comment on extra line
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6a38955e18
commit
ae253364d5
@ -96,8 +96,7 @@ __PACKAGE__->register_method ({
|
||||
my $servicename = $service->{name} // $service->{id};
|
||||
my $id = "$servicename\@$hostname";
|
||||
|
||||
if ($data->{$id}) {
|
||||
# copy values over to the metadata hash
|
||||
if ($data->{$id}) { # copy values over to the metadata hash
|
||||
for my $k (keys %{$data->{$id}}) {
|
||||
$service->{$k} = $data->{$id}->{$k};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user