chore: remove new line [ci skip]

This commit is contained in:
2021-09-20 19:18:49 +02:00
parent 7b349732ac
commit bd1bf3b0d6

View File

@ -6,4 +6,4 @@ Register-ArgumentCompleter -Native -CommandName $name -ScriptBlock {
Invoke-Expression $other | ForEach-Object {
[System.Management.Automation.CompletionResult]::new($_, $_, 'ParameterValue', $_)
}
}
}