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/util/accessors.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/util/accessors.rb')
| -rw-r--r-- | lib/axlsx/util/accessors.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/util/accessors.rb b/lib/axlsx/util/accessors.rb index d21388a0..3eab1d39 100644 --- a/lib/axlsx/util/accessors.rb +++ b/lib/axlsx/util/accessors.rb @@ -22,7 +22,6 @@ module Axlsx validated_attr_accessor(symbols, :validate_string) end - # Creates one or more usigned integer attr_accessors # @param [Array] symbols An array of symbols representing the # names of the attributes you will add to your class |
