Fix style.

This commit is contained in:
alexey-milovidov 2020-05-11 06:31:28 +03:00 committed by GitHub
parent ad9944da62
commit ccd88d8bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,8 @@ public:
}
void registerDataTypeDomainGeo(DataTypeFactory & factory) {
void registerDataTypeDomainGeo(DataTypeFactory & factory)
{
factory.registerSimpleDataTypeCustom("Point", []
{
return std::make_pair(DataTypeFactory::instance().get("Tuple(Float64, Float64)"),