Skip to content

Commit 327771e

Browse files
kyteinskymarcelklehr
authored andcommitted
cs fix
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 4df5d14 commit 327771e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/BackgroundJobs/FileSystemListenerJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function run($argument): void {
6767
continue;
6868
}
6969

70-
try{
70+
try {
7171
switch ($fsEvent->getTypeObject()) {
7272
case FsEventType::CREATE:
7373
$this->fsEventService->onInsert($node);

lib/Service/FsEventScheduler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace OCA\ContextChat\Service;
99

10-
use OCA\ContextChat\BackgroundJobs\FileSystemListenerJob;
1110
use OCA\ContextChat\Db\FsEvent;
1211
use OCA\ContextChat\Db\FsEventMapper;
1312
use OCA\ContextChat\Type\FsEventType;

0 commit comments

Comments
 (0)