mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
Fix style
This commit is contained in:
parent
d76f7ecce2
commit
e784304dfb
@ -235,7 +235,7 @@ ConnectionPoolWithFailover::tryGetEntry(
|
|||||||
fail_message = connection_establisher_async.getFailMessage();
|
fail_message = connection_establisher_async.getFailMessage();
|
||||||
return connection_establisher_async.getResult();
|
return connection_establisher_async.getResult();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ConnectionEstablisher connection_establisher(&pool, &timeouts, settings, log, table_to_check);
|
ConnectionEstablisher connection_establisher(&pool, &timeouts, settings, log, table_to_check);
|
||||||
TryResult result;
|
TryResult result;
|
||||||
|
Loading…
Reference in New Issue
Block a user