Skip to content

Commit 887d962

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7925182 commit 887d962

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Unit/Traits/Helpers/SearchHelpersTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

5-
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
65
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
6+
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
77

88
final class SearchHelpersTest extends TestCase
99
{
@@ -162,7 +162,7 @@ public function resetSearchConfiguration(): self
162162
$this->searchFilterLazy = null;
163163
$this->searchFilterLive = null;
164164
$this->searchFilterThrottle = null;
165-
165+
166166
return $this;
167167
}
168168
};
@@ -193,6 +193,5 @@ public function resetSearchConfiguration(): self
193193

194194
$this->assertSame('.live.throttle.599ms', $temp->getSearchOptions());
195195

196-
197196
}
198197
}

0 commit comments

Comments
 (0)