Skip to content

Commit 8317f74

Browse files
ata-no-onepstadermann
authored andcommitted
Fix linter errors
1 parent a9a717a commit 8317f74

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

lib/EventListener/FileEventsListener.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
namespace OCA\GDataVaas\EventListener;
88

99
use Exception;
10-
use OCP\Template\ITemplateManager;
1110
use OCA\GDataVaas\AppInfo\Application;
1211
use OCA\GDataVaas\Exceptions\VirusFoundException;
1312
use OCA\GDataVaas\Service\FileService;
@@ -28,6 +27,7 @@
2827
use OCP\IRequest;
2928
use OCP\IUserSession;
3029
use OCP\Lock\LockedException;
30+
use OCP\Template\ITemplateManager;
3131
use Psr\Log\LoggerInterface;
3232
use Sabre\DAV\Server;
3333

@@ -43,8 +43,9 @@ public function __construct(
4343
private readonly TagService $tagService,
4444
private readonly IAppConfig $appConfig,
4545
private readonly MailService $mailService,
46-
private readonly ITemplateManager $templateManager
47-
) {}
46+
private readonly ITemplateManager $templateManager,
47+
) {
48+
}
4849

4950
public static function register(IRegistrationContext $context): void {
5051
$context->registerEventListener(NodeWrittenEvent::class, self::class);

0 commit comments

Comments
 (0)