diff options
author | http://jneen.net/ <jneen@jneen.net> | 2017-08-02 18:54:18 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2017-08-03 09:07:18 -0700 |
commit | 17147f2027896c557cb52dbb5344b87e7d4db1ea (patch) | |
tree | 75cde7e5aa23504d60882ef66373def29e59ee6f /app | |
parent | e4789cdfdcc2cebb080c96b5165733043db0ce5e (diff) | |
download | gitlab-ce-17147f2027896c557cb52dbb5344b87e7d4db1ea.tar.gz |
rubocop style fix
Diffstat (limited to 'app')
-rw-r--r-- | app/services/notification_recipient_service.rb | 2 |
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 |