Skip to content

Commit

Permalink
remove additional line break in echo area
Browse files Browse the repository at this point in the history
  • Loading branch information
amosbird authored Mar 17, 2018
1 parent 6383fb9 commit 7cce094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-methods.el
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ ServerCapabilities.textDocumentSync."
(message "%s: %s has exited (%s)"
(lsp--workspace-root workspace)
(process-name (lsp--workspace-proc workspace))
exit-str)
(string-trim-right exit-str))
(dolist (buf (lsp--workspace-buffers workspace))
(with-current-buffer buf
(lsp--uninitialize-workspace)))
Expand Down

0 comments on commit 7cce094

Please sign in to comment.