Skip to content

Commit 42ef090

Browse files
bdelamatreactions-user
authored andcommitted
Fix styling
1 parent 74f2287 commit 42ef090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/WithFilters.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ public function getSearchFilterOptionsProperty()
5454
{
5555
if ($this->searchFilterLazy) {
5656
return '.lazy';
57-
} elseif($this->searchFilterDefer) {
57+
} elseif ($this->searchFilterDefer) {
5858
return '.defer';
59-
}elseif($this->searchFilterDebounce){
59+
} elseif ($this->searchFilterDebounce) {
6060
return '.debounce.' . $this->searchFilterDebounce . 'ms';
61-
}else{
61+
} else {
6262
return '';
6363
}
6464
}

0 commit comments

Comments
 (0)