Skip to content

Commit 9bf5fae

Browse files
lam0819github-actions[bot]
authored andcommitted
Fix styling
1 parent 9a80a51 commit 9bf5fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimpleLightBoxPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function boot(Panel $panel): void
4646
if ($urlAsDefault) {
4747
$this->defaultImageUrl($url);
4848
}
49+
4950
/** @phpstan-ignore-next-line */
5051
return $this
5152
->openUrlInNewTab()
@@ -54,7 +55,6 @@ public function boot(Panel $panel): void
5455
->extraImgAttributes(array_merge($extraImgAttributes, ['class' => 'simple-light-box-img-indicator']));
5556
});
5657

57-
5858
ImageEntry::macro('simpleLightbox', function ($url = null, $urlAsDefault = true) use ($ensureLightBoxUrl) {
5959

6060
$url = $ensureLightBoxUrl($url, $this);

0 commit comments

Comments
 (0)