Skip to content

Commit 5f78054

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0fb5a1c commit 5f78054

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/Unit/Traits/Styling/FilterInputDefaultStylingTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Traits\Styling;
44

55
use PHPUnit\Framework\Attributes\Group;
6-
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
76
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
7+
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
88

99
#[Group('Filters')]
1010
#[Group('Styling')]
@@ -38,9 +38,6 @@ public function setDefaultFilterInputStyling(string $defaultFilterInputStyling):
3838

3939
return $this;
4040
}
41-
42-
43-
4441
};
4542

4643
$testTableDefault->configure();
@@ -78,15 +75,12 @@ public function configure(): void
7875

7976
}
8077

81-
8278
public function setDefaultFilterInputColors(string $defaultFilterInputColors): self
8379
{
8480
parent::setDefaultFilterInputColors($defaultFilterInputColors);
8581

8682
return $this;
8783
}
88-
89-
9084
};
9185

9286
$testTableDefault->configure();

0 commit comments

Comments
 (0)