Skip to content

Commit

Permalink
Fix styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored and github-actions[bot] committed Sep 27, 2024
1 parent 56d2987 commit 5c18761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Responsive.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static function handle(mixed ...$arguments): Factory|View|string
$image = get_class($image) === 'Statamic\Fields\Value' ? $image->value() : $image;
$arguments = $arguments[1] ?? [];

if (!$image) {
if (! $image) {
return '';
}

Expand Down

0 comments on commit 5c18761

Please sign in to comment.