Skip to content

Commit 2642368

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9877015 commit 2642368

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Unit/Traits/Helpers/ColumnSelectHelpersTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
namespace Rappasoft\LaravelLivewireTables\Tests\Unit\Traits\Helpers;
44

5-
65
use Illuminate\Support\Facades\Event;
76
use Rappasoft\LaravelLivewireTables\Events\ColumnsSelected;
8-
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
97
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
8+
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
109

1110
final class ColumnSelectHelpersTest extends TestCase
1211
{
@@ -144,5 +143,4 @@ public function configure(): void
144143
Event::assertDispatched(ColumnsSelected::class);
145144

146145
}
147-
148146
}

0 commit comments

Comments
 (0)