summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2017-08-02 18:54:18 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2017-08-03 09:07:18 -0700
commit17147f2027896c557cb52dbb5344b87e7d4db1ea (patch)
tree75cde7e5aa23504d60882ef66373def29e59ee6f
parente4789cdfdcc2cebb080c96b5165733043db0ce5e (diff)
downloadgitlab-ce-17147f2027896c557cb52dbb5344b87e7d4db1ea.tar.gz
rubocop style fix
-rw-r--r--app/services/notification_recipient_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notification_recipient_service.rb b/app/services/notification_recipient_service.rb
index 0382ecd4abb..21c9c314a2a 100644
--- a/app/services/notification_recipient_service.rb
+++ b/app/services/notification_recipient_service.rb
@@ -71,7 +71,7 @@ module NotificationRecipientService
project: project,
custom_action: custom_action,
target: target,
- acting_user: acting_user,
+ acting_user: acting_user
)
end