mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
small fix
This commit is contained in:
commit
52cff8fc92
@ -163,9 +163,9 @@ namespace MongoDB
|
|||||||
return _address;
|
return _address;
|
||||||
}
|
}
|
||||||
inline std::string Connection::uri() const
|
inline std::string Connection::uri() const
|
||||||
{
|
{
|
||||||
return _uri;
|
return _uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user