Skip to content

Commit a9ff296

Browse files
committed
Fix codestyle
1 parent 69e535f commit a9ff296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

programs/client/Client.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,8 @@ void Client::connect()
547547
if (attempted_address_index == hosts_ports.size() - 1)
548548
throw;
549549

550-
if (is_interactive) {
550+
if (is_interactive)
551+
{
551552
std::cerr << "Connection attempt to database at "
552553
<< connection_parameters.host << ":" << connection_parameters.port
553554
<< " resulted in failure"

0 commit comments

Comments
 (0)