summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-11-17 17:19:31 +0100
committerDouwe Maan <douwe@gitlab.com>2015-11-17 17:19:31 +0100
commitf008b2d2dfd1b8030ec0634c223ca9f11d304e91 (patch)
treee5a9ea59a719dc0c8a3ab8177e3bd3a6729df0fb
parent931c56f822c21e5f77743297603cfff5065eb772 (diff)
downloadgitlab-ce-adamliesko/gitlab-ce-notification-upon-unassignment.tar.gz
-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