diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:28:36 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:01 +0200 |
| commit | dc579ba8d01720e0ccfa8b7ba5e86be0bc518056 (patch) | |
| tree | 64c0e7da31dc395cb226b5fe2d9aef0ed9d8bced | |
| parent | f46c7cf4c1cd961557dc5d0abf774e4c78aafb7c (diff) | |
| download | caxlsx-dc579ba8d01720e0ccfa8b7ba5e86be0bc518056.tar.gz caxlsx-dc579ba8d01720e0ccfa8b7ba5e86be0bc518056.zip | |
Fix Layout/LeadingEmptyLines offenses
```
rubocop --only Layout/LeadingEmptyLines -a
```
| -rw-r--r-- | lib/axlsx/content_type/override.rb | 1 | ||||
| -rw-r--r-- | lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/axlsx/content_type/override.rb b/lib/axlsx/content_type/override.rb index 7a8e33fa..01baa2f5 100644 --- a/lib/axlsx/content_type/override.rb +++ b/lib/axlsx/content_type/override.rb @@ -1,4 +1,3 @@ - # encoding: UTF-8 module Axlsx diff --git a/lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb b/lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb index 9fd6be18..4635ba20 100644 --- a/lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb +++ b/lib/axlsx/workbook/worksheet/auto_filter/auto_filter.rb @@ -1,4 +1,3 @@ - require 'axlsx/workbook/worksheet/auto_filter/filter_column.rb' require 'axlsx/workbook/worksheet/auto_filter/filters.rb' |
