From 00efd07368f127de7f245d5c8d4468aa4c7293de Mon Sep 17 00:00:00 2001 From: zombee0 Date: Wed, 20 Nov 2024 20:15:03 +0800 Subject: [PATCH] format Signed-off-by: zombee0 --- be/test/fs/poco_http_client_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/test/fs/poco_http_client_test.cpp b/be/test/fs/poco_http_client_test.cpp index f55009409cdfa0..61d5b628e92ea6 100644 --- a/be/test/fs/poco_http_client_test.cpp +++ b/be/test/fs/poco_http_client_test.cpp @@ -146,7 +146,7 @@ TEST_F(PocoHttpClientTest, TestErrorEndpoint) { } TEST_F(PocoHttpClientTest, TestErrorAkSk) { - Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig();; + Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig(); config.endpointOverride = config::object_storage_endpoint.empty() ? getenv("STARROCKS_UT_S3_ENDPOINT") : config::object_storage_endpoint; @@ -171,7 +171,7 @@ TEST_F(PocoHttpClientTest, TestErrorAkSk) { } TEST_F(PocoHttpClientTest, TestNotFoundKey) { - Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig();; + Aws::Client::ClientConfiguration config = S3ClientFactory::getClientConfig(); config.endpointOverride = config::object_storage_endpoint.empty() ? getenv("STARROCKS_UT_S3_ENDPOINT") : config::object_storage_endpoint; // Create a custom retry strategy