Fixed style check

This commit is contained in:
Maksim Kita 2022-03-21 10:49:46 +01:00
parent 15271c9b13
commit 5dcbc07d22

View File

@ -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;
};