Satisfy Rubocop.

This commit is contained in:
Douwe Maan 2015-03-17 16:00:32 +01:00
parent 9c7fffb655
commit 7d2b34bd61

View file

@ -37,8 +37,7 @@ class Projects::DeployKeysController < Projects::ApplicationController
@key.destroy
respond_to do |format|
format.html { redirect_to namespace_project_deploy_keys_path(@project.namespace,
@project) }
format.html { redirect_to namespace_project_deploy_keys_path(@project.namespace, @project) }
format.js { render nothing: true }
end
end