mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
fix code style
This commit is contained in:
parent
82a53a5e54
commit
d95d181cbe
@ -231,7 +231,8 @@ struct WindowImpl<TUMBLE_START>
|
||||
}
|
||||
else
|
||||
{
|
||||
return std::static_pointer_cast<const DataTypeTuple>(WindowImpl<TUMBLE>::getReturnType(arguments, function_name))->getElement(0);
|
||||
return std::static_pointer_cast<const DataTypeTuple>(WindowImpl<TUMBLE>::getReturnType(arguments, function_name))
|
||||
->getElement(0);
|
||||
}
|
||||
}
|
||||
|
||||
@ -578,7 +579,7 @@ struct WindowImpl<HOP_START>
|
||||
}
|
||||
else
|
||||
{
|
||||
return std::static_pointer_cast<const DataTypeTuple>(WindowImpl<HOP>::getReturnType(arguments, function_name))->getElement(0);
|
||||
return std::static_pointer_cast<const DataTypeTuple>(WindowImpl<HOP>::getReturnType(arguments, function_name))->getElement(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user