aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2025-01-17 21:37:39 +0100
committerGitHub <noreply@github.com>2025-01-17 21:37:39 +0100
commite5dceaf2872f26b8c8e045e4fdb92e9ddc0846bd (patch)
tree124781055449812c239581556b23d9546c52e73a
parentabd3cb60fc27bb439f0683aaa9e027892925665d (diff)
downloadnextcloud-server-fix/conversion-extension.tar.gz
nextcloud-server-fix/conversion-extension.zip
fix: php lint extra tab fixfix/conversion-extension
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
-rw-r--r--lib/private/Files/Conversion/ConversionManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Files/Conversion/ConversionManager.php b/lib/private/Files/Conversion/ConversionManager.php
index 0a9803b3f42..cf1085f66f0 100644
--- a/lib/private/Files/Conversion/ConversionManager.php
+++ b/lib/private/Files/Conversion/ConversionManager.php
@@ -90,7 +90,6 @@ class ConversionManager implements IConversionManager {
break;
}
}
-
// If destination not provided, we use the same path
// as the original file, but with the new extension
if ($destination === null) {