mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-12 16:13:51 -05:00
Remove All Trailing Whitespace Characters in '.ps1' Files
This commit is contained in:
@ -33,12 +33,12 @@ function Invoke-WPFImpex {
|
||||
|
||||
if($FileBrowser.FileName -eq ""){
|
||||
return
|
||||
}
|
||||
}
|
||||
else{
|
||||
$Config = $FileBrowser.FileName
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ($type -eq "export"){
|
||||
$jsonFile = Get-WinUtilCheckBoxes -unCheck $false
|
||||
$jsonFile | ConvertTo-Json | Out-File $FileBrowser.FileName -Force
|
||||
|
Reference in New Issue
Block a user