Commit 7d2b34bd authored by Douwe Maan's avatar Douwe Maan

Satisfy Rubocop.

parent 9c7fffb6
...@@ -37,8 +37,7 @@ class Projects::DeployKeysController < Projects::ApplicationController ...@@ -37,8 +37,7 @@ class Projects::DeployKeysController < Projects::ApplicationController
@key.destroy @key.destroy
respond_to do |format| respond_to do |format|
format.html { redirect_to namespace_project_deploy_keys_path(@project.namespace, format.html { redirect_to namespace_project_deploy_keys_path(@project.namespace, @project) }
@project) }
format.js { render nothing: true } format.js { render nothing: true }
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment