mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
style
This commit is contained in:
parent
cf88874088
commit
1d1e53f5d3
@ -212,7 +212,7 @@ private:
|
||||
return *this;
|
||||
}
|
||||
|
||||
void swap(QueryAccessInfo & rhs)
|
||||
void swap(QueryAccessInfo & rhs)
|
||||
{
|
||||
std::swap(databases, rhs.databases);
|
||||
std::swap(tables, rhs.tables);
|
||||
|
Loading…
Reference in New Issue
Block a user