Skip to content

Commit

Permalink
fix compiler warning akka#3253
Browse files Browse the repository at this point in the history
  • Loading branch information
sfali committed Aug 29, 2024
1 parent c8afd96 commit ba27834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ object AzureStorageStream {
)
}

private def createQueryString(settings: StorageSettings, apiQueryString: Option[String] = None) = {
private def createQueryString(settings: StorageSettings, apiQueryString: Option[String]) = {
if (settings.authorizationType == SasAuthorizationType) {
if (settings.sasToken.isEmpty) throw new RuntimeException("SAS token must be defined for SAS authorization type.")
else {
Expand Down

0 comments on commit ba27834

Please sign in to comment.