]> git.proxmox.com Git - pve-cluster.git/blobdiff - data/PVE/Cluster.pm
fixup coding style
[pve-cluster.git] / data / PVE / Cluster.pm
index 30c3f480c74f2cf58ca8880350411869fa7abdde..b0a5016cb4e406b487bc4c4074dd5caec79b51a0 100644 (file)
@@ -1535,7 +1535,7 @@ sub read_ssl_cert_fingerprint {
     my $cert = Net::SSLeay::PEM_read_bio_X509($bio);
     Net::SSLeay::BIO_free($bio);
 
-    die "unable to read certificate from '$cert_path'\n" if (!$cert);
+    die "unable to read certificate from '$cert_path'\n" if !$cert;
 
     my $fp = Net::SSLeay::X509_get_fingerprint($cert, 'sha256');
     Net::SSLeay::X509_free($cert);