aboutsummaryrefslogtreecommitdiffstats
path: root/app/Review.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Review.hs')
-rw-r--r--app/Review.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Review.hs b/app/Review.hs
index ef901ce..37690d9 100644
--- a/app/Review.hs
+++ b/app/Review.hs
@@ -115,7 +115,7 @@ addComments =
map . mapContent . mapHunks . mapLines $ \line@(D.Line {..}) ->
if lineAnnotation == D.Comment
then -- TODO Haskell comment
- D.Line D.Added ("--" <> lineContent)
+ D.Line D.Added ("-- REVIEW" <> lineContent)
else line
where
mapContent f x = x {D.fileDeltaContent = f x.fileDeltaContent}