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:
parent
37bba27b2c
commit
71e458023d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user