remove trailing whitespaces

THX to Mr.K :)
This commit is contained in:
MyDrift
2024-07-15 19:16:20 +02:00
parent 0fc921cb7c
commit 172f893c9f
5 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ function Invoke-WinUtilFeatureInstall {
}
else{
Write-Warning "Unable to Install $feature due to unhandled exception"
Write-Warning $psitem.Exception.StackTrace
}