Skip to content

Commit

Permalink
cider-test: don't render a newline between expected and actual
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jul 21, 2023
1 parent 74be055 commit cb384ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cider-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ With the actual value, the outermost '(not ...)' s-expression is removed."
(when message (cider-insert message 'font-lock-string-face t))
(when expected
(insert-label "expected")
(insert-rect expected)
(insert "\n"))
(insert-rect expected))
(if diffs
(dolist (d diffs)
(cl-destructuring-bind (actual (removed added)) d
Expand Down

0 comments on commit cb384ec

Please sign in to comment.