提交 71b4341a 编写于 作者: D Douwe Maan

Method was moved

上级 c8db25c3
......@@ -140,11 +140,11 @@ module Gitlab
end
def old_lines
@old_lines ||= self.class.process_file(*processing_args(:old))
@old_lines ||= Gitlab::Highlight.highlight_lines(*processing_args(:old))
end
def new_lines
@new_lines ||= self.class.process_file(*processing_args(:new))
@new_lines ||= Gitlab::Highlight.highlight_lines(*processing_args(:new))
end
def longest_common_suffix(a, b)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册