Commit f008b2d2 authored by Douwe Maan's avatar Douwe Maan

Remove extra space

parent 931c56f8
......@@ -379,7 +379,7 @@ class NotificationService
end
end
def build_recipients(target, project, current_user, extra_recipients = nil )
def build_recipients(target, project, current_user, extra_recipients = nil)
recipients = target.participants(current_user)
recipients = recipients.concat(extra_recipients).compact.uniq if extra_recipients
......
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