Fix style

This commit is contained in:
Kruglov Pavel 2023-03-25 13:32:29 +01:00 committed by GitHub
parent d76f7ecce2
commit e784304dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ ConnectionPoolWithFailover::tryGetEntry(
fail_message = connection_establisher_async.getFailMessage();
return connection_establisher_async.getResult();
}
#endif
#endif
ConnectionEstablisher connection_establisher(&pool, &timeouts, settings, log, table_to_check);
TryResult result;