Indentation Fixes

This commit is contained in:
Mr.k 2024-11-20 16:04:36 +03:00
parent 39ee4d53c0
commit 55f0fc5e9c
No known key found for this signature in database
4 changed files with 199 additions and 200 deletions

View File

@ -30,5 +30,4 @@ function Get-LocalizedYesNo {
Write-Debug "According to takeown.exe local Yes is $charactersArray[0]"
# Return the array of characters
return $charactersArray
}