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:
parent
37bba27b2c
commit
71e458023d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue