From 212815b362773001995cae24a52aef2135fe0c3d Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:26:39 +0100 Subject: [PATCH] Remove unnecessary white spaces --- Winget-AutoUpdate/Winget-Install.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Winget-AutoUpdate/Winget-Install.ps1 b/Winget-AutoUpdate/Winget-Install.ps1 index be669cf..2ed473c 100644 --- a/Winget-AutoUpdate/Winget-Install.ps1 +++ b/Winget-AutoUpdate/Winget-Install.ps1 @@ -361,7 +361,7 @@ else { $Script:Winget = Get-WingetCmd if ($IsElevated -eq $True) { - Write-ToLog "Running with admin rights.`n " + Write-ToLog "Running with admin rights.`n" #Check/install prerequisites Install-Prerequisites #Install/Update Winget @@ -372,7 +372,7 @@ if ($IsElevated -eq $True) { Add-ScopeMachine } else { - Write-ToLog "Running without admin rights.`n " + Write-ToLog "Running without admin rights.`n" } if ($Winget) { @@ -404,4 +404,4 @@ if ($Winget) { } Write-ToLog "### END REQUEST ###`n" "Magenta" -Start-Sleep 3 \ No newline at end of file +Start-Sleep 3