Skip to content

Commit

Permalink
revert "~" to "~ "
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 10, 2021
1 parent 2c7232e commit 9510d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-review.el
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ CALLBACK will be called back when done"

(defun github-review-previous-comment? (l)
"Return t if L, a string, is a comment from previous review."
(string-prefix-p "~" l))
(string-prefix-p "~ " l))

(defun github-review-is-start-of-file-hunk? (l)
"Return t if L, a string that start with 'diff' marking the start of a file hunk."
Expand Down

0 comments on commit 9510d90

Please sign in to comment.