Remove extra space

This commit is contained in:
Douwe Maan 2015-11-17 17:19:31 +01:00
parent 931c56f822
commit f008b2d2df

View file

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