mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix codestyle
This commit is contained in:
parent
69e535fcb2
commit
a9ff296960
@ -547,7 +547,8 @@ void Client::connect()
|
||||
if (attempted_address_index == hosts_ports.size() - 1)
|
||||
throw;
|
||||
|
||||
if (is_interactive) {
|
||||
if (is_interactive)
|
||||
{
|
||||
std::cerr << "Connection attempt to database at "
|
||||
<< connection_parameters.host << ":" << connection_parameters.port
|
||||
<< " resulted in failure"
|
||||
|
Loading…
Reference in New Issue
Block a user