Skip to content

Commit c26814f

Browse files
committed
indent
1 parent c37494f commit c26814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ protected function filterRecords(): void
229229
// the filteredRecords equals the totalRecords
230230
if ($this->query == $initialQuery) {
231231
$this->filteredRecords ??= $this->totalRecords;
232-
}else{
232+
} else {
233233
$this->filteredCount();
234234
}
235235
}

0 commit comments

Comments
 (0)