Commit 00bc0e25 authored by Valeriy Sizov's avatar Valeriy Sizov

InlineDiff: small cleaning

parent cecdb0b3
......@@ -36,7 +36,7 @@ module Gitlab
last_token = first_line[last_the_same_symbols..-1]
diff_arr[index+1].sub!(/#{last_token}$/, FINISH + last_token)
diff_arr[index+2].sub!(/#{last_token}$/, FINISH + last_token)
diff_arr[index+2].sub!(/#{last_token}$/, FINISH + last_token)
end
diff_arr
end
......
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