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-03 21:52:53 +0300
committerhttp://jneen.net/ <jneen@jneen.net>2017-08-03 21:52:53 +0300
commit120fd3b3aea9cda81384c6488a1136c176ab3965 (patch)
treee3928ff6f6dd129080b743e54e2e05733bbaa8f4 /app/services/notification_service.rb
parent17147f2027896c557cb52dbb5344b87e7d4db1ea (diff)
another rubocop style fix
Diffstat (limited to 'app/services/notification_service.rb')
-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 a62085dffd4..df04b1a4fe3 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -372,7 +372,7 @@ class NotificationService
recipients = NotificationRecipientService.notifiable_users(
recipients, :subscription,
target: target,
- acting_user: current_user,
+ acting_user: current_user
)
label_names = labels.map(&:name)