Skip to content

Commit

Permalink
Fix Line has trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux committed Feb 18, 2024
1 parent ac5fc93 commit e328623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Private/SharedUtilsFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function ConvertTo-EmptyToFiller {
[AllowEmptyString()]
[string]$TEXT
)

switch ([string]::IsNullOrEmpty($TEXT)) {
$true { "--"; break }
default { $TEXT }
Expand Down

0 comments on commit e328623

Please sign in to comment.