Skip to content

Commit

Permalink
Fix code styling [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis authored and github-actions[bot] committed May 15, 2024
1 parent 8016238 commit a4bf5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FastPaginate.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static function getInnerSelectColumns($builder)
// See https://github.com/hammerstonedev/fast-paginate/pull/57
return [
$column,
$base->grammar->wrap($column)
$base->grammar->wrap($column),
];
})
->flatten(1);
Expand Down

0 comments on commit a4bf5cf

Please sign in to comment.