Skip to content

Commit

Permalink
fix: add a white space betweent diagnostic source and code
Browse files Browse the repository at this point in the history
  • Loading branch information
LimbicSys authored Jan 20, 2024
1 parent 662437b commit ea697b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspsaga/diagnostic/show.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ local function msg_fmt(entry)
.. entry.bufnr
.. ' '
.. (entry.source and entry.source or '')
.. ' '
.. (entry.code and entry.code or '')
end

Expand Down

0 comments on commit ea697b4

Please sign in to comment.