Skip to content

Commit

Permalink
Remove needless new line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 21, 2024
1 parent 6631c57 commit a0be2e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/arrow/filesystem/azurefs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ Result<std::string> AzureOptions::GenerateSASToken(
// GH-39344: This part isn't tested. This may not work.
try {
auto delegation_key_response = client->GetUserDelegationKey(builder->ExpiresOn);

return builder->GenerateSasToken(delegation_key_response.Value, account_name);
} catch (const Storage::StorageException& exception) {
return ExceptionToStatus(exception, "GetUserDelegationKey failed for '",
Expand Down

0 comments on commit a0be2e8

Please sign in to comment.