Fix style

This commit is contained in:
alesapin 2019-10-30 19:00:40 +03:00
parent 7f4e982d13
commit e2424bda4c

View File

@ -46,7 +46,8 @@ static ReadBufferFromFile openForReading(const String & path)
static String getFileNameForColumn(const NameAndTypePair & column)
{
String filename;
column.type->enumerateStreams([&](const IDataType::SubstreamPath & substream_path) {
column.type->enumerateStreams([&](const IDataType::SubstreamPath & substream_path)
{
if (filename.empty())
filename = IDataType::getFileNameForStream(column.name, substream_path);
});