From a002caf8523442bf93898aa2558745255b7da441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6rfgen?= Date: Mon, 4 Mar 2024 21:06:10 +0100 Subject: [PATCH] formatting --- src/Service/Acme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Service/Acme.php b/src/Service/Acme.php index e30e7ed33..98a4b28ac 100644 --- a/src/Service/Acme.php +++ b/src/Service/Acme.php @@ -131,7 +131,7 @@ final class Acme && empty(array_diff($domains, $acme->getSAN('file://' . $acmeDir . '/acme.crt'))) && $acme->getRemainingDays('file://' . $acmeDir . '/acme.crt') > self::THRESHOLD_DAYS ) { - if (!$this->checkLinks($acmeDir)){ + if (!$this->checkLinks($acmeDir)) { $this->reloadServices(); } @@ -172,7 +172,7 @@ final class Acme $this->checkLinks($acmeDir); $this->reloadServices(); - + $this->logger->notice('ACME certificate process successful.'); }