app: fix formatting

This commit is contained in:
Matthew Penner 2023-08-22 18:59:34 -06:00
parent 341fa0a52d
commit 987440c8ca
No known key found for this signature in database

View file

@ -15,6 +15,6 @@ final class Time
*/
public static function getMySQLTimezoneOffset(string $timezone): string
{
return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
return CarbonImmutable::now($timezone)->getTimezone()->toOffsetName();
}
}