Commit 4b7288f1 authored by Cagdas Gerede's avatar Cagdas Gerede

Add a new line after the guard statement to be compatible with the style guide.

parent 4c562be5
...@@ -30,6 +30,7 @@ class Projects::ForksController < Projects::ApplicationController ...@@ -30,6 +30,7 @@ class Projects::ForksController < Projects::ApplicationController
def new def new
return authenticate_user! unless current_user return authenticate_user! unless current_user
@namespaces = current_user.manageable_namespaces @namespaces = current_user.manageable_namespaces
@namespaces.delete(@project.namespace) @namespaces.delete(@project.namespace)
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