diff --git a/Scope.ps1 b/Scope.ps1 index 5300d2b..0953180 100644 --- a/Scope.ps1 +++ b/Scope.ps1 @@ -55,4 +55,4 @@ if ($results.Count -eq 0) { Write-Host "No certificates found matching the criteria." -ForegroundColor Red } else { $results | Format-Table -AutoSize -} +} \ No newline at end of file