Fix style

This commit is contained in:
Robert Schulze 2023-06-11 07:40:39 +00:00
parent 72b9d75a84
commit 2146c35608
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -21,7 +21,7 @@ REGISTER_FUNCTION(DateTime64ToSnowflake)
REGISTER_FUNCTION(SnowflakeToDateTime)
{
factory.registerFunction("snowflakeToDateTime",
[](ContextPtr context ){ return std::make_unique<FunctionToOverloadResolverAdaptor>(
[](ContextPtr context){ return std::make_unique<FunctionToOverloadResolverAdaptor>(
std::make_shared<FunctionSnowflakeToDateTime>("snowflakeToDateTime", context)); });
}
REGISTER_FUNCTION(SnowflakeToDateTime64)