From 0a99db36efaa30bfc7d386b779b59b52cc786037 Mon Sep 17 00:00:00 2001 From: Crited Date: Fri, 13 Sep 2019 16:01:46 +0200 Subject: [PATCH] Fixed Codestyling --- lib/core/tools/Get-IcingaCheckCommandConfig.psm1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 index 2301c07..57697c6 100644 --- a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 +++ b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 @@ -214,12 +214,12 @@ function Get-IcingaCheckCommandConfig() 'value' = @{ 'type' = 'Function'; 'body' = [string]::Format( - 'var arr = macro("{0}");{1}if (len(arr) == 0) {2}{1}return "$null";{1}{3}{1}return arr.join(",");', - $IcingaCustomVariable, - "`r`n", - '{', - '}' - ); + 'var arr = macro("{0}");{1}if (len(arr) == 0) {2}{1}return "$null";{1}{3}{1}return arr.join(",");', + $IcingaCustomVariable, + "`r`n", + '{', + '}' + ); } 'order' = $Order; }