diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 16:47:12 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 16:47:12 +0200 |
| commit | 3befab6f5713c537f6b90b51c02882273c7f7cc9 (patch) | |
| tree | 44154a028654c8c9989a087052cf5e7641d31f1e /lib/axlsx/workbook/worksheet/table_style_info.rb | |
| parent | 48f392fb7752f14153126e9d154b4f9e2eef8fa7 (diff) | |
| download | caxlsx-3befab6f5713c537f6b90b51c02882273c7f7cc9.tar.gz caxlsx-3befab6f5713c537f6b90b51c02882273c7f7cc9.zip | |
Fix Layout/ArgumentAlignment offenses
```
rubocop --only Layout/ArgumentAlignment -a
```
Diffstat (limited to 'lib/axlsx/workbook/worksheet/table_style_info.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/table_style_info.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/table_style_info.rb b/lib/axlsx/workbook/worksheet/table_style_info.rb index f7b7bff4..537b2eea 100644 --- a/lib/axlsx/workbook/worksheet/table_style_info.rb +++ b/lib/axlsx/workbook/worksheet/table_style_info.rb @@ -26,7 +26,7 @@ module Axlsx # boolean attributes for this object boolean_attr_accessor :show_first_column, :show_last_column, :show_row_stripes, :show_column_stripes serializable_attributes :show_first_column, :show_last_column, :show_row_stripes, :show_column_stripes, - :name + :name # Initialize all the values to false as Excel requires them to # explicitly be disabled or all will show. |
