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