Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck authored and github-actions[bot] committed Mar 25, 2024
1 parent 1d0911b commit 19e2630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SimpleStat.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ private function buildCountStat(Collection $trendData): Stat
private function buildAverageStat(Collection $trendData): Stat
{
$total = $trendData->average('aggregate');

return $this->buildStat($total ?? '', $trendData, AggregateType::Average);
}

Expand Down

0 comments on commit 19e2630

Please sign in to comment.