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 + +}