mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Fix style check
This commit is contained in:
parent
426a68ca23
commit
abbe596a2d
@ -598,7 +598,7 @@ public:
|
|||||||
{
|
{
|
||||||
if (t >= 0 && offset_is_whole_number_of_hours_during_epoch)
|
if (t >= 0 && offset_is_whole_number_of_hours_during_epoch)
|
||||||
return (t%60)*1000;
|
return (t%60)*1000;
|
||||||
|
|
||||||
LUTIndex index = findIndex(t);
|
LUTIndex index = findIndex(t);
|
||||||
Time time = t - lut[index].date;
|
Time time = t - lut[index].date;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user