Skip to content

Commit 8389d03

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 379c778 commit 8389d03

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

src/Traits/Core/Search/HandlesSearchFieldStyling.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
trait HandlesSearchFieldStyling
88
{
99
use HasSearchIcon,
10-
HasSearchInput;
11-
12-
}
10+
HasSearchInput;
11+
}

src/Traits/Core/Search/HandlesSearchModifiers.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public function getSearchOptions(): string
8686

8787
return '.live';
8888
}
89+
8990
/**
9091
* @throws DataTableConfigurationException
9192
*/
@@ -169,6 +170,4 @@ public function setSearchLazy(): self
169170

170171
return $this;
171172
}
172-
173-
174-
}
173+
}

src/Traits/Core/Search/HandlesSearchStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ public function setSearchDisabled(): self
4646

4747
return $this->setSearchStatus(false);
4848
}
49-
}
49+
}

src/Traits/Core/Search/HandlesSearchTrim.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function setTrimSearchStringDisabled(): self
3131

3232
return $this;
3333
}
34-
}
34+
}

src/Traits/Core/Search/HandlesSearchVisibility.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ public function setSearchVisibilityDisabled(): self
4040
{
4141
return $this->setSearchVisibilityStatus(false);
4242
}
43-
44-
}
43+
}

0 commit comments

Comments
 (0)