Skip to content

Commit

Permalink
Add } for else
Browse files Browse the repository at this point in the history
  • Loading branch information
rickalee committed Jul 11, 2024
1 parent 1373b0c commit 76e536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-azure-storage-util.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public static function get_storage_url_base( $append_container = true ) {
$cname,
$append_container = ! empty( $azure_storage_override_container_path ) ? $azure_storage_override_container_path : $default_azure_storage_account_container_name
);
else {
} else {
$blob_storage_host_name = \Windows_Azure_Helper::get_hostname();
$storage_account_name = \Windows_Azure_Helper::get_account_name();

Expand Down

0 comments on commit 76e536a

Please sign in to comment.