From 4ac3724f9ffe05ef0d371e80c2ba706a305acba9 Mon Sep 17 00:00:00 2001 From: Niko Martini Date: Thu, 25 Jul 2019 15:51:31 +0200 Subject: [PATCH] Fixed Code Styling --- lib/provider/memory/Icinga_ProviderMemory.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/provider/memory/Icinga_ProviderMemory.psm1 b/lib/provider/memory/Icinga_ProviderMemory.psm1 index f9abcd0..68ab0ed 100644 --- a/lib/provider/memory/Icinga_ProviderMemory.psm1 +++ b/lib/provider/memory/Icinga_ProviderMemory.psm1 @@ -1,5 +1,5 @@ Import-IcingaLib provider\enums; -function Get-IcingaMemory () +function Get-IcingaMemory() { <# Collects the most important Memory informations, e.g. name, version, manufacturer#>