Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jun 3, 2024
1 parent b9cc24a commit 415782b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sponsors.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function getOpenCollectiveSponsors(): string
'isActive' => true,
'totalAmountDonated' => 1000,
'currency' => 'USD',
'lastTransactionAt' => CarbonImmutable::now()->format('Y-m-d') . ' 02:00',
'lastTransactionAt' => CarbonImmutable::now()->format('Y-m-d').' 02:00',
'lastTransactionAmount' => 25,
'profile' => 'https://tidelift.com/',
'name' => 'Tidelift',
Expand Down

0 comments on commit 415782b

Please sign in to comment.