chore: fix missing semi-colon in refactor

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2024-05-30 14:44:20 +02:00 committed by GitHub
parent 99af78cd66
commit 0963336fb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ use OC\AppScriptSort;
use OCP\L10N\IFactory;
use OCP\Share\IManager;
use Psr\Container\ContainerExceptionInterface;
use Psr\Log\LoggerInterface
use Psr\Log\LoggerInterface;
/**
* This class provides different helper functions to make the life of a developer easier