Skip to content

Commit

Permalink
newline on function opening brace
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Dec 26, 2024
1 parent 77a94df commit cf3bc24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Console/Commands/UserSeasonScoresRecalculate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public function handle()
}
}

protected function recalculate(Season $season) {
protected function recalculate(Season $season)
{
$scoreUserIds = UserScoreAggregate::whereIn('room_id', $season->rooms->pluck('id'))
->select('user_id')
->get()
Expand Down

0 comments on commit cf3bc24

Please sign in to comment.