Skip to content

Commit 846417b

Browse files
francoism90github-actions[bot]
authored andcommitted
Fix styling
1 parent 438d50f commit 846417b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Layout/Concerns/WithScroll.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function fetch(): void
4444
{
4545
$page = $this->getScrollPage();
4646

47-
$limit = $this->getScrollPageLimit();
47+
$limit = $this->getScrollPageLimit();
4848

4949
if (! $this->hasMorePages() || (is_numeric($limit) && $page > $limit)) {
5050
return;
@@ -97,7 +97,7 @@ protected function fillScrollItems(?int $page = null): void
9797

9898
$pages = $this->getScrollPages($page);
9999

100-
$limit = $this->getScrollPageLimit();
100+
$limit = $this->getScrollPageLimit();
101101

102102
$pages->each(function (int $page) use ($builder, $limit) {
103103
if (! $this->hasMorePages() || (is_numeric($limit) && $page > $limit)) {

0 commit comments

Comments
 (0)