diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2025-01-17 21:37:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-17 21:37:39 +0100 |
commit | e5dceaf2872f26b8c8e045e4fdb92e9ddc0846bd (patch) | |
tree | 124781055449812c239581556b23d9546c52e73a | |
parent | abd3cb60fc27bb439f0683aaa9e027892925665d (diff) | |
download | nextcloud-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.php | 1 |
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) { |