Types/git.stash/Git.Stash.Nothing.format.ps1

Write-FormatView -TypeName git.stash.nothing -Action {    
    Write-FormatViewExpression -Newline
    Write-FormatViewExpression -Text "Nothing to stash" -ForegroundColor Verbose
    Write-FormatViewExpression -Newline
}