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 'cron.php')
-rw-r--r--cron.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/cron.php b/cron.php
index ba17c899894..f0acd2f0492 100644
--- a/cron.php
+++ b/cron.php
@@ -122,8 +122,7 @@ try {
// Work and success :-)
$jobList = \OC::$server->getJobList();
$job = $jobList->getNext();
- if ($job != null)
- {
+ if ($job != null) {
$job->execute($jobList, $logger);
$jobList->setLastJob($job);
}