From bd1bf3b0d600948320ef64daba73a5f9b40c613e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 20 Sep 2021 19:18:49 +0200 Subject: [PATCH] chore: remove new line [ci skip] --- scripts/autocomplete/powershell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + }