From ae253364d5185b278c0b356b226accb482d6410a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 21 Nov 2019 10:57:21 +0100 Subject: [PATCH] ceph/api: cleanup comment on extra line Signed-off-by: Thomas Lamprecht --- PVE/API2/Cluster/Ceph.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PVE/API2/Cluster/Ceph.pm b/PVE/API2/Cluster/Ceph.pm index b7a53368..336207e3 100644 --- a/PVE/API2/Cluster/Ceph.pm +++ b/PVE/API2/Cluster/Ceph.pm @@ -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}; }