Skip to content

Commit 33c3afe

Browse files
committed
style: Fix indentation from #4453
1 parent 5ed2e81 commit 33c3afe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lsp-mode.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5160,11 +5160,11 @@ identifier and the position respectively."
51605160
'xref-match t line)
51615161
;; LINE is nil when FILENAME is not being current visited by any buffer.
51625162
(xref-make-match (or line filename)
5163-
(xref-make-file-location
5164-
filename
5165-
(lsp-translate-line (1+ start-line))
5166-
(lsp-translate-column start-char))
5167-
(- end-char start-char))))
5163+
(xref-make-file-location
5164+
filename
5165+
(lsp-translate-line (1+ start-line))
5166+
(lsp-translate-column start-char))
5167+
(- end-char start-char))))
51685168

51695169
(defun lsp--location-uri (loc)
51705170
(if (lsp-location? loc)

0 commit comments

Comments
 (0)