aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/BackgroundJob
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2024-08-09 22:47:32 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-04 07:37:09 +0000
commit89c71aa27d60b5ec919034879b6b01854541fa82 (patch)
tree3c062ea7dcf3a6352fd2381ff11b5e4050be512c /lib/private/BackgroundJob
parent6659ee4cf6eba2d779225f62b66aff34aae09acd (diff)
downloadnextcloud-server-89c71aa27d60b5ec919034879b6b01854541fa82.tar.gz
nextcloud-server-89c71aa27d60b5ec919034879b6b01854541fa82.zip
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
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 {