Skip to content

Commit ba626a2

Browse files
committed
fix a indentation from code review
1 parent 83fce2c commit ba626a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Storage/Commands.Storage/Blob/Cmdlet/NewAzureStorageContainerSasToken.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public string Policy
5252
private string accessPolicyIdentifier;
5353

5454
[Parameter(HelpMessage = "Permissions for a container. Permissions can be any not-empty subset of \"rwdl\".",
55-
ParameterSetName = SasPermissionParameterSet)]
55+
ParameterSetName = SasPermissionParameterSet)]
5656
public string Permission { get; set; }
5757

5858
[Parameter(Mandatory = false, HelpMessage = "Protocol can be used in the request with this SAS token.")]

0 commit comments

Comments
 (0)