Skip to content

Commit

Permalink
style: Fix indentation from emacs-lsp#4453
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored and cheerio-pixel committed May 29, 2024
1 parent 67b570e commit b161dd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5160,11 +5160,11 @@ identifier and the position respectively."
'xref-match t line)
;; LINE is nil when FILENAME is not being current visited by any buffer.
(xref-make-match (or line filename)
(xref-make-file-location
filename
(lsp-translate-line (1+ start-line))
(lsp-translate-column start-char))
(- end-char start-char))))
(xref-make-file-location
filename
(lsp-translate-line (1+ start-line))
(lsp-translate-column start-char))
(- end-char start-char))))

(defun lsp--location-uri (loc)
(if (lsp-location? loc)
Expand Down

0 comments on commit b161dd2

Please sign in to comment.