Skip to content

Commit e328623

Browse files
committed
Fix Line has trailing whitespace
1 parent ac5fc93 commit e328623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Private/SharedUtilsFunctions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function ConvertTo-EmptyToFiller {
9999
[AllowEmptyString()]
100100
[string]$TEXT
101101
)
102-
102+
103103
switch ([string]::IsNullOrEmpty($TEXT)) {
104104
$true { "--"; break }
105105
default { $TEXT }

0 commit comments

Comments
 (0)