Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Aug 24, 2016
1 parent 9e48435 commit adb6b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ public function sort(callable $callback = null)
$items = $this->items;

$callback
? uasort($items, $callback)
? uasort($items, $callback)
: asort($items);

return new static($items);
Expand Down

0 comments on commit adb6b36

Please sign in to comment.