summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_table_style_info.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/workbook/worksheet/tc_table_style_info.rb')
-rw-r--r--test/workbook/worksheet/tc_table_style_info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_table_style_info.rb b/test/workbook/worksheet/tc_table_style_info.rb
index c0c452c9..f0c6821c 100644
--- a/test/workbook/worksheet/tc_table_style_info.rb
+++ b/test/workbook/worksheet/tc_table_style_info.rb
@@ -4,7 +4,7 @@ class TestTableStyleInfo < Test::Unit::TestCase
def setup
p = Axlsx::Package.new
@ws = p.workbook.add_worksheet
- 40.times do
+ 40.times do
@ws.add_row %w(aa bb cc dd ee ff gg hh ii jj kk)
end
@table = @ws.add_table(Axlsx::cell_range([@ws.rows.first.cells.first,@ws.rows.last.cells.last], false), :name => 'foo')