Skip to content

Commit 924f13e

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 92f9e18 commit 924f13e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Views/Traits/IsExternalArrayFilter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ protected function clearFilter() {}
3838
#[Renderless]
3939
public function updatedSelectedItems(string $value): void
4040
{
41-
if (!$this->needsUpdating)
42-
{
41+
if (! $this->needsUpdating) {
4342
$this->needsUpdating = true;
4443

4544
}

0 commit comments

Comments
 (0)