Skip to content

Commit c0b910f

Browse files
authored
Fix code style
1 parent b0e07f3 commit c0b910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/DataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ protected function mapResponseToColumns($columns, $type)
324324
protected function getAjaxResponseData()
325325
{
326326
$this->request()->merge([
327-
'start' => 0,
327+
'start' => 0,
328328
'length' => -1,
329329
]);
330330

0 commit comments

Comments
 (0)