Commit c9f94fec authored by Fatih Acet's avatar Fatih Acet

Change left and right position for parallel lines.

parent f6aa9170
......@@ -95,8 +95,8 @@ window.MergeConflictDataProvider = class MergeConflictDataProvider {
for (let i = 0, len = linesObj.left.length; i < len; i++) {
file.parallelLines.push([
linesObj.left[i],
linesObj.right[i]
linesObj.right[i],
linesObj.left[i]
]);
}
......
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