fix elsif statement

This commit is contained in:
Nihad Abbasov 2011-11-09 17:53:15 +04:00
parent b78f658143
commit 3f70316c5f

View file

@ -13,10 +13,8 @@
= diff_line(line, line_new, line_old)
- if line[0] == "+"
- line_new += 1
- elsif
- line[0] == "-"
- elsif line[0] == "-"
- line_old += 1
- else
- line_new += 1
- line_old += 1