ceph/api: cleanup comment on extra line

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-11-21 10:57:21 +01:00
parent 6a38955e18
commit ae253364d5

View File

@ -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};
}