Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Oct 19, 2024
1 parent fae77b8 commit de5eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Image/SizeVariantDefaultFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private function createSizeVariantInternal(SizeVariantType $sizeVariant, ImageDi
{
$svImage = match ($sizeVariant) {
SizeVariantType::THUMB, SizeVariantType::THUMB2X, SizeVariantType::PLACEHOLDER => $this->referenceImage->cloneAndCrop($maxDim),
default => $this->referenceImage->cloneAndScale($maxDim)
default => $this->referenceImage->cloneAndScale($maxDim),
};

$svFile = $this->namingStrategy->createFile($sizeVariant);
Expand Down

0 comments on commit de5eaab

Please sign in to comment.