diff --git a/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 b/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 index 131cb31..0949f20 100644 --- a/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 +++ b/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 @@ -60,4 +60,4 @@ function Show-IcingaPerformanceCounterInstances() return ( $Instances.GetEnumerator() | Sort-Object Name ); -}e +}