summaryrefslogtreecommitdiff
path: root/test/csv/test_table.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-23 11:11:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-23 11:11:35 +0000
commit71e458023d9332745b8a5f25b169ffbd2c5a2a89 (patch)
treee03375d9395ee690f148e5e05b3ad9345cf17e92 /test/csv/test_table.rb
parent37bba27b2cc02febca403ae4a80042413b16fb15 (diff)
remove trailing spaces [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/csv/test_table.rb')
-rwxr-xr-xtest/csv/test_table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csv/test_table.rb b/test/csv/test_table.rb
index a5ae8e0381..c341f17fc4 100755
--- a/test/csv/test_table.rb
+++ b/test/csv/test_table.rb
@@ -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