Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/lib/SyncJob.php')
-rw-r--r--apps/federation/lib/SyncJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/lib/SyncJob.php b/apps/federation/lib/SyncJob.php
index b98e159585c..24e4cc21497 100644
--- a/apps/federation/lib/SyncJob.php
+++ b/apps/federation/lib/SyncJob.php
@@ -48,7 +48,7 @@ class SyncJob extends TimedJob {
}
protected function run($argument) {
- $this->syncService->syncThemAll(function($url, $ex) {
+ $this->syncService->syncThemAll(function ($url, $ex) {
if ($ex instanceof \Exception) {
$this->logger->logException($ex, [
'message' => "Error while syncing $url.",