aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/BackgroundJob
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/BackgroundJob')
-rw-r--r--lib/private/BackgroundJob/JobList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php
index 92fe544ed3a..37fa65797c2 100644
--- a/lib/private/BackgroundJob/JobList.php
+++ b/lib/private/BackgroundJob/JobList.php
@@ -52,7 +52,7 @@ class JobList implements IJobList {
protected IConfig $config,
protected ITimeFactory $timeFactory,
protected LoggerInterface $logger
- ) {
+ ) {
}
public function add($job, $argument = null, ?int $firstCheck = null): void {