Skip to content

Commit 342dae1

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent fe0a8d0 commit 342dae1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Traits/Helpers/FilterHelpers.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ public function applyFilters(): Builder
395395

396396
return $this->getBuilder();
397397
}
398-
399398

400399
public function updatedFilterComponents(string|array|null $value, string $filterName): void
401400
{
@@ -410,7 +409,7 @@ public function updatedFilterComponents(string|array|null $value, string $filter
410409
// Clear filters on empty value
411410
$filter = $this->getFilterByKey($filterName);
412411
$value = $filter->validate($value);
413-
412+
414413
if ($filter && ($value === false || $filter->isEmpty($value))) {
415414
$this->callHook('filterRemoved', ['filter' => $filter->getKey()]);
416415
$this->callTraitHook('filterRemoved', ['filter' => $filter->getKey()]);
@@ -427,5 +426,4 @@ public function updatedFilterComponents(string|array|null $value, string $filter
427426
}
428427

429428
}
430-
431429
}

src/Traits/WithFilters.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ public function filters(): array
4646
{
4747
return [];
4848
}
49-
5049
}

0 commit comments

Comments
 (0)