Skip to content

Commit 8b2e09c

Browse files
fix: Write-FormatCustomView -Frame ( Fixes #164 )
Balancing XML
1 parent 7c76e11 commit 8b2e09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/Format.PS1XML/Write-FormatCustomView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $header = @"
114114
<CustomItem>
115115
$(
116116
if ($Frame -or $FirstLineHanging -or $LeftIndent -or $RightIndent -or $FirstLineIndent) {
117-
$middle = "
117+
"
118118
<Frame>
119119
$(
120120
if ($LeftIndent) { "<LeftIndent>$LeftIndent</LeftIndent>" }

0 commit comments

Comments
 (0)