Skip to content

Commit

Permalink
fix code-review-db--comment-already-written? test.
Browse files Browse the repository at this point in the history
  • Loading branch information
phelrine authored and hlissner committed Jul 23, 2023
1 parent cbd4f22 commit c34ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-review-db.el
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Very Bad Performance!."
(if written?
t
(when comment
(-contains-p (oref comment identifiers) identifier)))))
(and (-contains-p (oref comment identifiers) identifier) t)))))
nil
paths)))

Expand Down

0 comments on commit c34ff1e

Please sign in to comment.