Skip to content

Commit

Permalink
Trigger CI action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
kspurgin committed Oct 2, 2023
1 parent 52c5d87 commit d92f252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/csvlint/validate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def parse_line(line)
@current_line += 1
end
else
# If it's not a full line, then prepare to add it to the beginning of the next chunk
# If it's not a full line, then prepare to add it to the beginning of
# the next chunk
@leading = line
end
rescue ArgumentError => ae
Expand Down

0 comments on commit d92f252

Please sign in to comment.