Commit 0c808a32 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 3e3b19b7 a85fd76f
......@@ -133,11 +133,15 @@ module Gitlab
end
def new_blob
new_blob_lazy&.itself
strong_memoize(:new_blob) do
new_blob_lazy&.itself
end
end
def old_blob
old_blob_lazy&.itself
strong_memoize(:old_blob) do
old_blob_lazy&.itself
end
end
def new_blob_lines_between(from_line, to_line)
......
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