Skip to content

Commit ab565fe

Browse files
authored
Merge pull request #9 from Jade-GG/patch-1
Add semicolon
2 parents 47c4c53 + 8fed0c9 commit ab565fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CalendarStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getPresentableDate(Carbon $carbon): string
5252
}
5353

5454
if ($carbon->diffInDays(now(), true) < 8) {
55-
$days = round($carbon->diffInDays(now(), true))
55+
$days = round($carbon->diffInDays(now(), true));
5656
return "In {$days} days";
5757
}
5858

0 commit comments

Comments
 (0)