1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

remove trailing spaces [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-12-23 11:11:35 +00:00
parent 37bba27b2c
commit 71e458023d

View file

@ -21,7 +21,7 @@ class TestCSV::Table < TestCSV
@header_table = CSV::Table.new( @header_table = CSV::Table.new(
[CSV::Row.new(%w{A B C}, %w{A B C}, true)] + @rows [CSV::Row.new(%w{A B C}, %w{A B C}, true)] + @rows
) )
@header_only_table = CSV::Table.new([], headers: %w{A B C}) @header_only_table = CSV::Table.new([], headers: %w{A B C})
end end