Skip to content
Snippets Groups Projects
Commit 71b4341a authored by Douwe Maan's avatar Douwe Maan
Browse files

Method was moved

parent c8db25c3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment