From e5dceaf2872f26b8c8e045e4fdb92e9ddc0846bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 17 Jan 2025 21:37:39 +0100 Subject: [PATCH] fix: php lint extra tab fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ferdinand Thiessen Signed-off-by: John Molakvoæ --- lib/private/Files/Conversion/ConversionManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private/Files/Conversion/ConversionManager.php b/lib/private/Files/Conversion/ConversionManager.php index 0a9803b3f421e..cf1085f66f076 100644 --- a/lib/private/Files/Conversion/ConversionManager.php +++ b/lib/private/Files/Conversion/ConversionManager.php @@ -90,7 +90,6 @@ public function convert(File $file, string $targetMimeType, ?string $destination break; } } - // If destination not provided, we use the same path // as the original file, but with the new extension if ($destination === null) {