Commit c491f669 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use a separate line for separate actions:

Feedback from:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3363#note_12420487
parent 09c38e46
......@@ -31,7 +31,8 @@ module Gitlab
end
def process_message
add_attachments(ReplyParser.new(mail).execute.strip)
message = ReplyParser.new(mail).execute.strip
add_attachments(message)
end
def add_attachments(reply)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment