Skip to content

Commit 312dee2

Browse files
authored
Merge pull request #172 from taquangtrung/master
2 parents 2495abd + 64729a7 commit 312dee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-treemacs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ With prefix 2 show both."
941941
(propertize (format "[%s]" source?)
942942
'face 'shadow)
943943
"")
944-
message
944+
(string-join (mapcar #'string-trim (string-lines message)) ", ")
945945
(propertize (format "(%s:%s)" line character)
946946
'face 'lsp-details-face))
947947
:icon-literal (lsp-treemacs--diagnostic-icon severity?)

0 commit comments

Comments
 (0)