fixed code-style

This commit is contained in:
lgbo-ustc 2022-02-28 15:22:54 +08:00 committed by liangjiabiao
parent 2176d74cd1
commit c5e02be44e

View File

@ -47,7 +47,7 @@ bool HiveMetastoreClient::shouldUpdateTableMetadata(
void HiveMetastoreClient::tryCallHiveClient(std::function<void(ThriftHiveMetastoreClientPool::Entry &)> func)
{
int i = 0;
String err_msg;
String err_msg;
for (; i < max_retry; ++i)
{
auto client = client_pool.get(get_client_timeout);