mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix wrong whitespaces in debug output
This commit is contained in:
parent
813a09f75a
commit
f8e1f1b69b
@ -89,7 +89,7 @@ std::ostream & operator << (std::ostream & os, const ColumnNamesContext & cols)
|
||||
os << "/'" << alias << "'";
|
||||
os << ", ";
|
||||
}
|
||||
os << " source_tables: ";
|
||||
os << "source_tables: ";
|
||||
for (const auto & x : cols.tables)
|
||||
{
|
||||
auto alias = x.alias();
|
||||
|
Loading…
Reference in New Issue
Block a user