From 3c15c73edb713cbab3432c13f33972a82e759eb2 Mon Sep 17 00:00:00 2001 From: Niko Martini Date: Thu, 25 Jul 2019 16:19:38 +0200 Subject: [PATCH] Fixed Code Styling --- lib/provider/memory/Show-IcingaMemoryData.psm1 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/provider/memory/Show-IcingaMemoryData.psm1 b/lib/provider/memory/Show-IcingaMemoryData.psm1 index 7bf8e5f..bd2a28c 100644 --- a/lib/provider/memory/Show-IcingaMemoryData.psm1 +++ b/lib/provider/memory/Show-IcingaMemoryData.psm1 @@ -1,6 +1,5 @@ function Show-IcingaMemoryData () { - $MEMInformation = Get-CimInstance Win32_PhysicalMemory; [hashtable]$MEMData = @{};