From 0963336fb1565fe8b7c496fccda5c74c06f863a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 30 May 2024 14:44:20 +0200 Subject: [PATCH] chore: fix missing semi-colon in refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- lib/public/Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Util.php b/lib/public/Util.php index 7e9ddb6788b..20b4fe9c20d 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -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