Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 13972e2

Browse files
committed
fix unwanted formatting
1 parent d7377ab commit 13972e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tags/Livewire.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function this(): string
4646
{
4747
$instanceId = $this->context['__livewire']->getId();
4848

49-
if (!count($this->params)) {
49+
if (! count($this->params)) {
5050
return "window.Livewire.find('{$instanceId}')";
5151
}
5252

0 commit comments

Comments
 (0)