Skip to content

Commit

Permalink
fix(rpm-spec): Compile error (#4629)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Nov 28, 2024
1 parent 5ce1932 commit 6b60f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-rpm-spec.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If UPDATE? is true, then pip will update the server."

(defun lsp-rpm-spec-server-start-fun (port)
"Command to start the language server in TCP mode, requires PORT."
`(append lsp-rpm-spec-server-command (list "--port" (number-to-string port))))
(append lsp-rpm-spec-server-command (list "--port" (number-to-string port))))

(lsp-register-client
(make-lsp-client :new-connection (lsp-tcp-connection 'lsp-rpm-spec-server-start-fun)
Expand Down

0 comments on commit 6b60f98

Please sign in to comment.