Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-11-17 19:19:31 +0300
committerDouwe Maan <douwe@gitlab.com>2015-11-17 19:19:31 +0300
commitf008b2d2dfd1b8030ec0634c223ca9f11d304e91 (patch)
treee5a9ea59a719dc0c8a3ab8177e3bd3a6729df0fb /app/services
parent931c56f822c21e5f77743297603cfff5065eb772 (diff)
Remove extra space
Diffstat (limited to 'app/services')
-rw-r--r--app/services/notification_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index 27928c0945b..d9aa6bc98cb 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -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