mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix style
This commit is contained in:
parent
7f4e982d13
commit
e2424bda4c
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user