Skip to content

Commit f9d2b7f

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 43e8146 commit f9d2b7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/Unit/Traits/Helpers/ColumnHelpersTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Traits\Helpers;
44

55
use Rappasoft\LaravelLivewireTables\Exceptions\NoColumnsException;
6-
use Rappasoft\LaravelLivewireTables\Views\Column;
7-
use Rappasoft\LaravelLivewireTables\Views\Filters\TextFilter;
8-
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
96
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
107
use Rappasoft\LaravelLivewireTables\Tests\Models\Pet;
8+
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
9+
use Rappasoft\LaravelLivewireTables\Views\Column;
10+
use Rappasoft\LaravelLivewireTables\Views\Filters\TextFilter;
1111

1212
final class ColumnHelpersTest extends TestCase
1313
{
@@ -385,5 +385,4 @@ public function columns(): array
385385
$testTable->booted();
386386

387387
}
388-
389388
}

0 commit comments

Comments
 (0)