Fixed Codestyling

This commit is contained in:
Alexander Stoll 2019-09-13 16:01:46 +02:00
parent f0267ada70
commit 4b8f73afb0

View file

@ -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;
}