diff --git a/__tests__/clear-toolcache.ps1 b/__tests__/clear-toolcache.ps1 index 60f630c..1fed65d 100644 --- a/__tests__/clear-toolcache.ps1 +++ b/__tests__/clear-toolcache.ps1 @@ -20,4 +20,4 @@ foreach ($path in $pathsToClear) { Write-Host "Clear $path path" Remove-Item $path -Recurse -Force } -} +} \ No newline at end of file