From a76a00e7115f882f29cc3cd1d9ed8c2a1aaf8530 Mon Sep 17 00:00:00 2001 From: Ross Donaldson Date: Sat, 6 Jul 2024 18:08:30 -0700 Subject: [PATCH] PR Feedback: buddy you lost? How'd you get over there. --- clients/lsp-csharp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/lsp-csharp.el b/clients/lsp-csharp.el index e84b19dd4d..9cb303bfe5 100644 --- a/clients/lsp-csharp.el +++ b/clients/lsp-csharp.el @@ -544,8 +544,7 @@ filename is returned so lsp-mode can display this file." (shell-command-to-string (if lsp-csharp-csharpls-use-local-tool "dotnet tool list" - "dotnet tool list -g"))) - ) + "dotnet tool list -g")))) (defun lsp-csharp--cls-download-server (_client callback error-callback update?) "Install/update csharp-ls language server using `dotnet tool'.