Commit 23425401 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Rubocop

parent d199b3cd
...@@ -103,4 +103,3 @@ class Projects::LfsStorageController < Projects::GitHttpClientController ...@@ -103,4 +103,3 @@ class Projects::LfsStorageController < Projects::GitHttpClientController
end end
end end
end end
...@@ -56,7 +56,8 @@ module LfsHelper ...@@ -56,7 +56,8 @@ module LfsHelper
@storage_project ||= begin @storage_project ||= begin
result = project result = project
while result.forked? do loop do
break unless result.forked?
result = result.forked_from_project result = result.forked_from_project
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