mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Remove extra space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user