Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaitre314 committed Jul 14, 2024
1 parent 2dbf249 commit e37842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure_storage_account_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ GetDfsStorageAccountClientFromServicePrincipalProvider(optional_ptr<FileOpener>

static Azure::Storage::Blobs::BlobServiceClient
GetBlobStorageAccountClientFromAccessTokenProvider(optional_ptr<FileOpener> opener, const KeyValueSecret &secret,
const AzureParsedUrl &azure_parsed_url) {
const AzureParsedUrl &azure_parsed_url) {
auto transport_options = GetTransportOptions(opener, secret);
auto token_credential = CreateAccessTokenCredential(secret);

Expand Down

0 comments on commit e37842b

Please sign in to comment.