Remove unnecessary white spaces

pull/516/head
Romain 2023-12-08 12:26:39 +01:00 committed by GitHub
parent 7874ed342d
commit 212815b362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -361,7 +361,7 @@ else {
$Script:Winget = Get-WingetCmd $Script:Winget = Get-WingetCmd
if ($IsElevated -eq $True) { if ($IsElevated -eq $True) {
Write-ToLog "Running with admin rights.`n " Write-ToLog "Running with admin rights.`n"
#Check/install prerequisites #Check/install prerequisites
Install-Prerequisites Install-Prerequisites
#Install/Update Winget #Install/Update Winget
@ -372,7 +372,7 @@ if ($IsElevated -eq $True) {
Add-ScopeMachine Add-ScopeMachine
} }
else { else {
Write-ToLog "Running without admin rights.`n " Write-ToLog "Running without admin rights.`n"
} }
if ($Winget) { if ($Winget) {