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.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/workbook/worksheet/tc_table_style_info.rb b/test/workbook/worksheet/tc_table_style_info.rb
index b56ac560..3d71dc9b 100644
--- a/test/workbook/worksheet/tc_table_style_info.rb
+++ b/test/workbook/worksheet/tc_table_style_info.rb
@@ -9,10 +9,10 @@ class TestTableStyleInfo < Test::Unit::TestCase
end
@table = @ws.add_table(Axlsx::cell_range([@ws.rows.first.cells.first, @ws.rows.last.cells.last], false), :name => 'foo')
@options = { :show_first_column => 1,
- :show_last_column => 1,
- :show_row_stripes => 1,
- :show_column_stripes => 1,
- :name => "TableStyleDark4" }
+ :show_last_column => 1,
+ :show_row_stripes => 1,
+ :show_column_stripes => 1,
+ :name => "TableStyleDark4" }
end
def test_initialize