From 120fd3b3aea9cda81384c6488a1136c176ab3965 Mon Sep 17 00:00:00 2001 From: "http://jneen.net/" Date: Thu, 3 Aug 2017 11:52:53 -0700 Subject: another rubocop style fix --- app/services/notification_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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) -- cgit v1.2.1