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

Fix

parent 150b4f66
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,8 +7,8 @@ module Gitlab
 
def initialize(diff_lines)
if diff_lines.is_a?(Gitlab::Diff::File)
@diff_file = diff_file
@diff_lines = diff_file.diff_lines
@diff_file = diff_lines
@diff_lines = @diff_file.diff_lines
else
@diff_lines = diff_lines
end
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