From: Michael Date: Wed, 28 Dec 2022 15:16:07 +0000 (+0000) Subject: Fix indention X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54d308fb8a5cbb94ecf43924be02ce1539bcf3b3;p=friendica.git Fix indention --- diff --git a/src/Worker/UpdateContacts.php b/src/Worker/UpdateContacts.php index 3c7e54228b..45a1417e1a 100644 --- a/src/Worker/UpdateContacts.php +++ b/src/Worker/UpdateContacts.php @@ -72,7 +72,7 @@ class UpdateContacts ++$count; } Worker::coolDown(); - } + } DBA::close($contacts); Logger::info('Initiated update for federated contacts', ['count' => $count]);