Update Benchmark.cpp

This commit is contained in:
alexey-milovidov 2021-07-24 19:10:37 +03:00 committed by GitHub
parent 6c83aa50f5
commit ea48b2a810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,7 +469,7 @@ private:
for (const auto & conn : connections)
{
if (!connection_description.empty())
connection_description += ",";
connection_description += ", ";
connection_description += conn->getDescription();
}
}