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(
[CSV::Row.new(%w{A B C}, %w{A B C}, true)] + @rows
)
@header_only_table = CSV::Table.new([], headers: %w{A B C})
end