Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and github-actions[bot] committed Apr 29, 2024
1 parent 819b3fd commit 7d93b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countries/Ecuador.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function getChristmasHoliday(int $year): CarbonInterface
if ($year === 2022) {
$observedChristmasDay = $this->sundayToNextMonday('12-25', $year);

if ($observedChristmasDay !== null ) {
if ($observedChristmasDay !== null) {
return $observedChristmasDay;
}
}
Expand Down

0 comments on commit 7d93b35

Please sign in to comment.