From af17c1a618d2937e552617fc23bc801630d324cb Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Wed, 13 Apr 2022 18:51:21 +0200 Subject: [PATCH] Spaces --- Winget-AutoUpdate/functions/Get-WAUConfig.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 b/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 index 73ac4c8..6670572 100644 --- a/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 +++ b/Winget-AutoUpdate/functions/Get-WAUConfig.ps1 @@ -13,4 +13,5 @@ function Get-WAUConfig{ Write-Log "WAU uses Black List config" $Script:UseWhiteList = $false } -} \ No newline at end of file + +}