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

@ -278,7 +278,7 @@ Add-Type @"
$windowHandle = $proc.MainWindowHandle
} else {
Write-Warning "Process found, but no MainWindowHandle: $($proc.Id) $($proc.MainWindowTitle)"
}
}
@ -375,7 +375,7 @@ $filter = Get-WinUtilVariables -Type Label
$labels = @{}
$sync.GetEnumerator() | Where-Object {$PSItem.Key -in $filter} | ForEach-Object {$labels[$_.Key] = $_.Value}
$allCategories = $checkBoxes.Name | ForEach-Object {$sync.configs.applications.$_} | Select-Object -Unique -ExpandProperty category
$allCategories = $checkBoxes.Name | ForEach-Object {$sync.configs.applications.$_} | Select-Object -Unique -ExpandProperty category
$sync["CheckboxFilter"].Add_TextChanged({