diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:34:58 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:27 +0200 |
| commit | b5d7a7a1917adb12e3ea04abe261a37f8aff7f56 (patch) | |
| tree | 8e99004348e47712008b9af75da3808721e8a659 /lib/axlsx/workbook/worksheet/sheet_view.rb | |
| parent | 9b246ec6395d49f09ab85ce0a2c024bf8d086d0c (diff) | |
| download | caxlsx-b5d7a7a1917adb12e3ea04abe261a37f8aff7f56.tar.gz caxlsx-b5d7a7a1917adb12e3ea04abe261a37f8aff7f56.zip | |
Fix Layout/EmptyLines offenses
```
rubocop --only Layout/EmptyLines -a
```
Diffstat (limited to 'lib/axlsx/workbook/worksheet/sheet_view.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/sheet_view.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/axlsx/workbook/worksheet/sheet_view.rb b/lib/axlsx/workbook/worksheet/sheet_view.rb index e6e114d7..0ca87b3b 100644 --- a/lib/axlsx/workbook/worksheet/sheet_view.rb +++ b/lib/axlsx/workbook/worksheet/sheet_view.rb @@ -48,7 +48,6 @@ module Axlsx :zoom_scale_sheet_layout_view, :zoom_scale_page_layout_view, :zoom_scale_normal, :workbook_view_id, :view, :top_left_cell, :color_id, :zoom_scale - # instance values that must be serialized as their own elements - e.g. not attributes. CHILD_ELEMENTS = [ :pane, :selections ] @@ -85,7 +84,6 @@ module Axlsx # default nil attr_reader :top_left_cell - # View Type # Indicates the view type. # Options are @@ -117,7 +115,6 @@ module Axlsx # default 100 attr_reader :zoom_scale - # Zoom Scale Normal View # Zoom magnification to use when in normal view, # representing percent values. This attribute is @@ -130,7 +127,6 @@ module Axlsx # default 0 attr_reader :zoom_scale_normal - # Zoom Scale Page Layout View # Zoom magnification to use when in page layout # view, representing percent values. This attribute @@ -143,7 +139,6 @@ module Axlsx # default 0 attr_reader :zoom_scale_page_layout_view - # Zoom Scale Page Break Preview # Zoom magnification to use when in page break # preview, representing percent values. This |
