mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update Benchmark.cpp
This commit is contained in:
parent
6c83aa50f5
commit
ea48b2a810
@ -469,7 +469,7 @@ private:
|
||||
for (const auto & conn : connections)
|
||||
{
|
||||
if (!connection_description.empty())
|
||||
connection_description += ",";
|
||||
connection_description += ", ";
|
||||
connection_description += conn->getDescription();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user