diff --git a/scripts/autocomplete/powershell b/scripts/autocomplete/powershell index 81812a6a4..cfffbf4ff 100644 --- a/scripts/autocomplete/powershell +++ b/scripts/autocomplete/powershell @@ -6,4 +6,4 @@ Register-ArgumentCompleter -Native -CommandName $name -ScriptBlock { Invoke-Expression $other | ForEach-Object { [System.Management.Automation.CompletionResult]::new($_, $_, 'ParameterValue', $_) } - } \ No newline at end of file + }