Skip to content

Commit

Permalink
another code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Dec 22, 2023
1 parent 3a9b89f commit 414f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/azurefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct ARROW_EXPORT AzureOptions {
Status ConfigureDefaultCredential(const std::string& account_name);

Status ConfigureManagedIdentityCredential(const std::string& account_name,
std::string const& clientId = std::string());
const std::string& client_id = std::string());

Status ConfigureWorkloadIdentityCredential(const std::string& account_name);

Expand Down

0 comments on commit 414f582

Please sign in to comment.