diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
| commit | c77a48805c17d36c4503df8cf0fe75e7b620e2d4 (patch) | |
| tree | 05f26df0b6d75846d0868d4bd6d4ad090ea1073c /test/stylesheet/tc_table_style_element.rb | |
| parent | 3befab6f5713c537f6b90b51c02882273c7f7cc9 (diff) | |
| download | caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.tar.gz caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.zip | |
Fix offenses related to indentation consistency
Diffstat (limited to 'test/stylesheet/tc_table_style_element.rb')
| -rw-r--r-- | test/stylesheet/tc_table_style_element.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stylesheet/tc_table_style_element.rb b/test/stylesheet/tc_table_style_element.rb index 4af3aeb5..021d4fca 100644 --- a/test/stylesheet/tc_table_style_element.rb +++ b/test/stylesheet/tc_table_style_element.rb @@ -38,7 +38,7 @@ class TestTableStyleElement < Test::Unit::TestCase def test_to_xml_string doc = Nokogiri::XML(@item.to_xml_string) - @item.type = :headerRow + @item.type = :headerRow assert(doc.xpath("//tableStyleElement[@type='#{@item.type.to_s}']")) end end |
