summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCagdas Gerede <Earth@BlueSky>2016-11-12 18:55:46 +0300
committerCagdas Gerede <Earth@BlueSky>2016-11-12 18:55:46 +0300
commit4b7288f19fb76f103b802ccfde848fb0a6ebc543 (patch)
tree1816281829e426958e0a1c7cc8f4492dce15c9aa
parent4c562be51842842385cd9440e6ac1cd7a97c92df (diff)
downloadgitlab-ce-4b7288f19fb76f103b802ccfde848fb0a6ebc543.tar.gz
Add a new line after the guard statement to be compatible with the style guide.
-rw-r--r--app/controllers/projects/forks_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/forks_controller.rb b/app/controllers/projects/forks_controller.rb
index 6892fea6eec..5151b7747ce 100644
--- a/app/controllers/projects/forks_controller.rb
+++ b/app/controllers/projects/forks_controller.rb
@@ -30,6 +30,7 @@ class Projects::ForksController < Projects::ApplicationController
def new
return authenticate_user! unless current_user
+
@namespaces = current_user.manageable_namespaces
@namespaces.delete(@project.namespace)
end