diff --git a/build/choco/chocolateyUninstall.ps1 b/build/choco/chocolateyUninstall.ps1 index e51b6b6d..22799672 100644 --- a/build/choco/chocolateyUninstall.ps1 +++ b/build/choco/chocolateyUninstall.ps1 @@ -33,4 +33,4 @@ if ($key.Count -eq 1) { Write-Warning "Too many matching packages found! Package may not be uninstalled." Write-Warning "Please alert package maintainer the following packages were matched:" $key | % {Write-Warning "- $_"} -} \ No newline at end of file +}