Remove All Trailing Whitespace Characters in '.ps1' Files

This commit is contained in:
Mr.k
2024-06-23 09:01:57 +03:00
parent 864f063878
commit c8a448d465
28 changed files with 165 additions and 165 deletions

View File

@ -13,8 +13,8 @@ function Get-TabXaml {
.EXAMPLE
Get-TabXaml "applications" 3
#>
param( [Parameter(Mandatory=$true)]
$tabname,
$columncount = 0
@ -80,7 +80,7 @@ function Get-TabXaml {
# Dot-source the Get-WPFObjectName function
. .\functions\private\Get-WPFObjectName
$categorycontent = $($category -replace '^.__', '')
$categoryname = Get-WPFObjectName -type "Label" -name $categorycontent
$blockXml += "<Label Name=""$categoryname"" Content=""$categorycontent"" FontSize=""16""/>`n"