mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixed Code Styling
This commit is contained in:
parent
bd418982fd
commit
3c15c73edb
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
function Show-IcingaMemoryData ()
|
function Show-IcingaMemoryData ()
|
||||||
{
|
{
|
||||||
|
|
||||||
$MEMInformation = Get-CimInstance Win32_PhysicalMemory;
|
$MEMInformation = Get-CimInstance Win32_PhysicalMemory;
|
||||||
|
|
||||||
[hashtable]$MEMData = @{};
|
[hashtable]$MEMData = @{};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue