icinga-powershell-framework/lib/core/tools/New-IcingaNewLine.psm1

4 lines
52 B
PowerShell

function New-IcingaNewLine()
{
return "`r`n";
}