Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
njxqlus authored and github-actions[bot] committed Mar 13, 2024
1 parent 2278217 commit 25d3f3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Infolists/LightboxSpatieMediaLibraryImageEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ protected function makeLightboxEntryFromMedia(Media $media): LightboxImageEntry
} catch (Throwable $exception) {
// This driver does not support creating temporary URLs.
}
}
else
{
} else {
if ($media->hasGeneratedConversion($this->getConversion())) {
$entry->state($media->getFullUrl($this->getConversion()));
} else {
Expand Down

0 comments on commit 25d3f3e

Please # to comment.