aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2024-08-09 22:47:32 +0200
committerGitHub <noreply@github.com>2024-08-09 22:47:32 +0200
commit2156a927a3046d248d9e2f7e3621ded845e94f45 (patch)
treefa38aeae2760553e2eb1de44834d3ebd46aa8bf1
parentc6be80a75d6fd85b63e71e09e421b50a6b9d3724 (diff)
downloadnextcloud-server-2156a927a3046d248d9e2f7e3621ded845e94f45.tar.gz
nextcloud-server-2156a927a3046d248d9e2f7e3621ded845e94f45.zip
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-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 44c538dbce6..3978ae635f7 100644
--- a/lib/private/BackgroundJob/JobList.php
+++ b/lib/private/BackgroundJob/JobList.php
@@ -29,7 +29,7 @@ class JobList implements IJobList {
protected IConfig $config,
protected ITimeFactory $timeFactory,
protected LoggerInterface $logger
- ) {
+ ) {
}
public function add($job, $argument = null, ?int $firstCheck = null): void {