Skip to content

Commit

Permalink
Lint - remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed May 20, 2024
1 parent f68e21f commit f1aa288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/src/arrow/filesystem/azurefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ struct ARROW_EXPORT AzureOptions {
/// * dfs_storage_authority: Set AzureOptions::dfs_storage_authority
/// * enable_tls: If it's "false" or "0", HTTP not HTTPS is used.
/// * credential_kind: One of "default", "anonymous",
/// "workload_identity" or "environment". If "default" is specified, it's
/// "workload_identity" or "environment". If "default" is specified, it's
/// just ignored. If "anonymous" is specified,
/// AzureOptions::ConfigureAnonymousCredential() is called. If
/// "workload_identity" is specified,
/// AzureOptions::ConfigureWorkloadIdentityCredential() is called, If
/// "environment" is specified,
/// AzureOptions::ConfigureWorkloadIdentityCredential() is called, If
/// "environment" is specified,
/// AzureOptions::ConfigureEnvironmentCredential() is called.
/// * tenant_id: You must specify "client_id" and "client_secret"
/// too. AzureOptions::ConfigureClientSecretCredential() is called.
Expand Down

0 comments on commit f1aa288

Please sign in to comment.