mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed style check
This commit is contained in:
parent
15271c9b13
commit
5dcbc07d22
@ -128,7 +128,8 @@ PoolWithFailover::Entry PoolWithFailover::get()
|
||||
/// If we cannot connect to some replica due to pool overflow, than we will wait and connect.
|
||||
PoolPtr * full_pool = nullptr;
|
||||
|
||||
struct ErrorDetail {
|
||||
struct ErrorDetail
|
||||
{
|
||||
std::string description;
|
||||
int code;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user