fix elsif statement
This commit is contained in:
parent
b78f658143
commit
3f70316c5f
|
@ -13,10 +13,8 @@
|
||||||
= diff_line(line, line_new, line_old)
|
= diff_line(line, line_new, line_old)
|
||||||
- if line[0] == "+"
|
- if line[0] == "+"
|
||||||
- line_new += 1
|
- line_new += 1
|
||||||
- elsif
|
- elsif line[0] == "-"
|
||||||
- line[0] == "-"
|
|
||||||
- line_old += 1
|
- line_old += 1
|
||||||
- else
|
- else
|
||||||
- line_new += 1
|
- line_new += 1
|
||||||
- line_old += 1
|
- line_old += 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue