Commit 71b4341a authored by Douwe Maan's avatar Douwe Maan

Method was moved

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment