fix elsif statement
This commit is contained in:
parent
b78f658143
commit
3f70316c5f
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue