Skip to content

Commit

Permalink
fix: correct padding for lsp-modeline-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonBreezes committed May 13, 2024
1 parent f2b9ab5 commit fe86fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@ PARAMS - the data sent from WORKSPACE."
"|"))))
(lsp-workspaces)))))
(unless (s-blank? progress-status)
(concat lsp-progress-prefix progress-status))))
(concat lsp-progress-prefix progress-status " "))))

(lsp-defun lsp-on-progress-modeline (workspace (&ProgressParams :token :value
(value &as &WorkDoneProgress :kind)))
Expand Down

0 comments on commit fe86fe0

Please sign in to comment.