Skip to content

Commit 735b1f3

Browse files
Merge pull request #117624 from patridge/patch-2
Add missing space
2 parents 510e995 + 5e2161b commit 735b1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/data-lake-storage-acl-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ $id = "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
286286
287287
foreach ($a in $aclnew)
288288
{
289-
if ($a.AccessControlType -eq "User"-and $a.DefaultScope -eq $false -and $a.EntityId -eq $id)
289+
if ($a.AccessControlType -eq "User" -and $a.DefaultScope -eq $false -and $a.EntityId -eq $id)
290290
{
291291
$aclnew.Remove($a);
292292
break;

0 commit comments

Comments
 (0)