Fix style check

This commit is contained in:
Blargian 2024-02-27 19:57:25 +01:00
parent 426a68ca23
commit abbe596a2d

View File

@ -598,7 +598,7 @@ public:
{
if (t >= 0 && offset_is_whole_number_of_hours_during_epoch)
return (t%60)*1000;
LUTIndex index = findIndex(t);
Time time = t - lut[index].date;