remove comment attribution

This commit is contained in:
http://jneen.net/ 2016-11-22 15:37:30 +09:00
parent 602c319862
commit 5603127699
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module Gitlab
body = EmailReplyTrimmer.trim(body) or return ""
# [jneen] not using /\s+$/ here because that deletes empty lines
# not using /\s+$/ here because that deletes empty lines
body = body.gsub(/[ \t]$/, '')
body.force_encoding(encoding).encode("UTF-8")