Skip to content

Commit

Permalink
fix: php lint extra tab fix
Browse files Browse the repository at this point in the history
Co-authored-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv and susnux authored Jan 17, 2025
1 parent abd3cb6 commit e5dceaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/Files/Conversion/ConversionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e5dceaf

Please sign in to comment.