Skip to content

Commit

Permalink
removes whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilperez committed Apr 22, 2017
1 parent 14a73bd commit 4bdea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spanish_vat_validators.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def validate_cif(v)
false
else
ultima = texto[8,1]

[1,3,5,7].collect do |cont|
xxx = (2 * texto[cont,1].to_i).to_s + "0"
impares += xxx[0,1].to_i + xxx[1,1].to_i
Expand Down

0 comments on commit 4bdea0d

Please sign in to comment.