Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Aug 28, 2023
1 parent 10e16dc commit a1190c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/CalculateFitSizeAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function execute(

$size = new Size($originalWidth, $originalHeight);

return match($fit) {
return match ($fit) {
Fit::Contain => $size->resize($desiredWidth, $desiredHeight, [Constraint::PreserveAspectRatio]),
};
}
Expand Down

0 comments on commit a1190c3

Please sign in to comment.