mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixed Codestyling
This commit is contained in:
parent
f5a757dc99
commit
0a99db36ef
1 changed files with 6 additions and 6 deletions
|
|
@ -214,12 +214,12 @@ function Get-IcingaCheckCommandConfig()
|
||||||
'value' = @{
|
'value' = @{
|
||||||
'type' = 'Function';
|
'type' = 'Function';
|
||||||
'body' = [string]::Format(
|
'body' = [string]::Format(
|
||||||
'var arr = macro("{0}");{1}if (len(arr) == 0) {2}{1}return "$null";{1}{3}{1}return arr.join(",");',
|
'var arr = macro("{0}");{1}if (len(arr) == 0) {2}{1}return "$null";{1}{3}{1}return arr.join(",");',
|
||||||
$IcingaCustomVariable,
|
$IcingaCustomVariable,
|
||||||
"`r`n",
|
"`r`n",
|
||||||
'{',
|
'{',
|
||||||
'}'
|
'}'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
'order' = $Order;
|
'order' = $Order;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue