summaryrefslogtreecommitdiff
path: root/app/controllers/projects/security/configuration_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/security/configuration_controller.rb')
-rw-r--r--app/controllers/projects/security/configuration_controller.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/controllers/projects/security/configuration_controller.rb b/app/controllers/projects/security/configuration_controller.rb
index 00a2a5d1193..ee2e60b5a1a 100644
--- a/app/controllers/projects/security/configuration_controller.rb
+++ b/app/controllers/projects/security/configuration_controller.rb
@@ -32,9 +32,7 @@ module Projects
end
def configuration_presenter
- ::Projects::Security::ConfigurationPresenter.new(project,
- **presenter_attributes,
- current_user: current_user)
+ ::Projects::Security::ConfigurationPresenter.new(project, **presenter_attributes, current_user: current_user)
end
def presenter_attributes