Skip to content

Commit 0b0f5e9

Browse files
JhumanJactions-user
authored andcommitted
Fix styling
1 parent 1b4d4d0 commit 0b0f5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ModelStats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static function fillMissingDays($data, Carbon $since, Carbon $to, $defaul
8686
$data[$dateKey] = $defaultValue;
8787
}
8888

89-
if (! is_null($cumulatedSum) ) {
89+
if (! is_null($cumulatedSum)) {
9090
$data[$dateKey] += $cumulatedSum;
9191
$cumulatedSum = $data[$dateKey];
9292
}

0 commit comments

Comments
 (0)