Skip to content

Commit

Permalink
🧹 Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithkyle committed Jul 7, 2022
1 parent 213e6e0 commit 7e7af87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Transform.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function transformImage(array $params, Asset $asset = null): array
{
$masterImage = $asset->getCopyOfFile();
$needsCleanup = true;
}
}
}
else if (isset($params['path']))
{
Expand Down

0 comments on commit 7e7af87

Please sign in to comment.