summaryrefslogtreecommitdiff
path: root/test/csv
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-14 19:57:39 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-05-14 19:57:39 +0900
commit634eeb4353ca92a94b4642bd05837868f630eda1 (patch)
treefdb29b3f35d0ad58c6979b1bad8cc740ebc28a08 /test/csv
parent0e3b0fcdba70cf96a8e0654eb8f50aacb8024bd4 (diff)
Removed trailing spaces [ci skip]
Diffstat (limited to 'test/csv')
-rw-r--r--test/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 50edc77e40..3202963a67 100644
--- a/test/csv/test_table.rb
+++ b/test/csv/test_table.rb
@@ -16,7 +16,7 @@ class TestCSVTable < Test::Unit::TestCase
@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