diff --git a/Get-BackupCapacityPlanningData.ps1 b/Get-BackupCapacityPlanningData.ps1 index d59b624..3d484d9 100644 --- a/Get-BackupCapacityPlanningData.ps1 +++ b/Get-BackupCapacityPlanningData.ps1 @@ -118,5 +118,5 @@ ForEach ( $plan in $BackupPlans ) { Write-Output $file.Name } } - Write-Output '' + Write-Output '`n' }