Remove extra space

This commit is contained in:
Douwe Maan 2015-11-17 17:19:31 +01:00
parent 931c56f822
commit f008b2d2df
1 changed files with 1 additions and 1 deletions

View File

@ -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