Skip to content

Commit da9fd01

Browse files
committed
Fix indentation
1 parent 548d302 commit da9fd01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpactor.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ of GitHub.")
372372
(insert-text-button (phpactor-truncate-left path phpactor-references-list-col1-width)
373373
'action (lambda (_) (find-file path) (goto-char (plist-get reference :start)))
374374
'help-echo "mouse-2: visit this file in other window")
375-
(insert ": ")
376-
(insert (number-to-string (plist-get reference :line_no)))
375+
(insert ": ")
376+
(insert (number-to-string (plist-get reference :line_no)))
377377
(insert "\n")))))
378378
(goto-char 0)
379379
(grep-mode)))

0 commit comments

Comments
 (0)