Skip to content

Commit

Permalink
Remove pointless format
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 29, 2016
1 parent 16d607d commit 3107280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion refs.el
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,8 @@ render a friendly results buffer."
(refs--path-button path) "\n")
(--each forms
(-let [(_ start-pos end-pos) it]
(insert (format "%s\n" (refs--containing-lines buf start-pos end-pos)))))
(insert (refs--containing-lines buf start-pos end-pos)
"\n")))
(insert "\n")))
;; Prepare the buffer for the user.
(goto-char (point-min))
Expand Down

0 comments on commit 3107280

Please sign in to comment.