Skip to content

Commit e490cef

Browse files
author
Andrew
committed
replaced tabs with spaces in line 424
1 parent 75f6a68 commit e490cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.PowerShell.Archive/Microsoft.PowerShell.Archive.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function Expand-Archive
421421
{
422422
# Return the expanded items, being careful to remove trailing directory separators from
423423
# any folder paths for consistency
424-
$trailingDirSeparators = '\' + [System.IO.Path]::DirectorySeparatorChar + '+$'
424+
$trailingDirSeparators = '\' + [System.IO.Path]::DirectorySeparatorChar + '+$'
425425
Get-Item -LiteralPath ($expandedItems -replace $trailingDirSeparators)
426426
}
427427
}

0 commit comments

Comments
 (0)