Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Solar committed Jul 17, 2024
1 parent d1f9762 commit fa471c5
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 @@ -315,7 +315,7 @@ protected static function _maybe_rewrite_cname( $cname ) {
public static function get_storage_url_base( $append_container = true ) {
$azure_storage_account_name = \Windows_Azure_Helper::get_account_name();
$default_azure_storage_account_container_name = \Windows_Azure_Helper::get_default_container();
$azure_storage_override_container_path = \Windows_Azure_Helper::get_azure_storage_override_container_path();
$azure_storage_override_container_path = \Windows_Azure_Helper::get_azure_storage_override_container_path();
/**
* Filter the blob URL protocol to force a specific one.
*
Expand Down

0 comments on commit fa471c5

Please sign in to comment.