Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2016-11-22 09:37:30 +0300
committerhttp://jneen.net/ <jneen@jneen.net>2016-12-21 20:51:41 +0300
commit56031276993347a7fba542c67c640fdae79df716 (patch)
treeb4dd8a60648db79774109ecf0761fdb270a9fd8d /lib/gitlab/email
parent602c3198626ae2a23f8f2962963c18f3b3bf1664 (diff)
remove comment attribution
Diffstat (limited to 'lib/gitlab/email')
-rw-r--r--lib/gitlab/email/reply_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/email/reply_parser.rb b/lib/gitlab/email/reply_parser.rb
index 5957cbbad7e..96d0a4f5153 100644
--- a/lib/gitlab/email/reply_parser.rb
+++ b/lib/gitlab/email/reply_parser.rb
@@ -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")