diff --git a/app/services/notification_service.rb b/app/services/notification_service.rb
index 27928c0945b419c9b0388d22242d72814c2b6f0a..d9aa6bc98cb2ebfd2623ecd79b0d180c7b04979f 100644
--- a/app/services/notification_service.rb
+++ b/app/services/notification_service.rb
@@ -379,7 +379,7 @@ class NotificationService
     end
   end
 
-  def build_recipients(target, project, current_user, extra_recipients = nil )
+  def build_recipients(target, project, current_user, extra_recipients = nil)
     recipients = target.participants(current_user)
 
     recipients = recipients.concat(extra_recipients).compact.uniq if extra_recipients