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:
authorhttp://jneen.net/ <jneen@jneen.net>2017-08-01 01:04:42 +0300
committerhttp://jneen.net/ <jneen@jneen.net>2017-08-03 19:07:18 +0300
commit18288fe21e12bb524757a97472008eabfca5a352 (patch)
tree06aa2f38e4413d601a6c499e7a54c0cbb13c6755 /app/services/notification_recipient_service.rb
parente7d136ebdabf3f784412b859bf3ad7427c88e7f6 (diff)
style fixes
Diffstat (limited to 'app/services/notification_recipient_service.rb')
-rw-r--r--app/services/notification_recipient_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb
index d412e5414b3..083b5f2d229 100644
--- a/app/services/notification_recipient_service.rb
+++ b/app/services/notification_recipient_service.rb
@@ -56,7 +56,8 @@ module NotificationRecipientService
end
def make_recipient(user, type)
- NotificationRecipient.new(user, type,
+ NotificationRecipient.new(
+ user, type,
project: project,
custom_action: custom_action,
target: target,