Skip to content

Commit

Permalink
Always insert a newline between actual and diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jul 26, 2023
1 parent 11cddcb commit f2ee5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cider-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ With the actual value, the outermost '(not ...)' s-expression is removed."
(cl-destructuring-bind (actual (removed added)) d
(insert-label "actual")
(insert-rect actual)
(insert "\n")
(insert-label "diff")
(insert "- ")
(insert-rect removed)
Expand Down

0 comments on commit f2ee5bf

Please sign in to comment.