]> git.mxchange.org Git - friendica.git/commitdiff
Fix indention
authorMichael <heluecht@pirati.ca>
Wed, 28 Dec 2022 15:16:07 +0000 (15:16 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 28 Dec 2022 15:16:07 +0000 (15:16 +0000)
src/Worker/UpdateContacts.php

index 3c7e54228b3a78e351f30891c6ea7f997695961b..45a1417e1a814170e465b250fb9e9afc681f877b 100644 (file)
@@ -72,7 +72,7 @@ class UpdateContacts
                                ++$count;
                        }
                        Worker::coolDown();
-       }
+               }
                DBA::close($contacts);
 
                Logger::info('Initiated update for federated contacts', ['count' => $count]);