src/KeepAChangelog.Common.ps1

Set-StrictMode -Version Latest

function Get-KeepAChangelogNewLine {
    [CmdletBinding()]
    [OutputType([string])]
    param()

    "`n"
}