mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
Style check
This commit is contained in:
parent
2d32e5d15f
commit
462aeadb6e
@ -113,7 +113,7 @@ std::unique_ptr<T> getAzureBlobStorageClientWithAuth(
|
|||||||
auto workload_identity_credential = std::make_shared<Azure::Identity::WorkloadIdentityCredential>();
|
auto workload_identity_credential = std::make_shared<Azure::Identity::WorkloadIdentityCredential>();
|
||||||
return std::make_unique<T>(url, workload_identity_credential);
|
return std::make_unique<T>(url, workload_identity_credential);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.has(config_prefix + ".connection_string"))
|
if (config.has(config_prefix + ".connection_string"))
|
||||||
{
|
{
|
||||||
String connection_str = config.getString(config_prefix + ".connection_string");
|
String connection_str = config.getString(config_prefix + ".connection_string");
|
||||||
|
Loading…
Reference in New Issue
Block a user