diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:52:33 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:56:05 +0200 |
| commit | 412763fbf817da4519c544dd225803a80ca121f3 (patch) | |
| tree | 8f8d11e3f310f5767d346aad57a320ec9b18ca93 /lib/axlsx/stylesheet/styles.rb | |
| parent | eebb33ab2fac3b04dada178f98d03e3a587f620e (diff) | |
| download | caxlsx-412763fbf817da4519c544dd225803a80ca121f3.tar.gz caxlsx-412763fbf817da4519c544dd225803a80ca121f3.zip | |
Fix Layout offenses related to access modifiers
```
rubocop --only Layout/EmptyLinesAroundAccessModifier,Layout/AccessModifierIndentation -a
```
Diffstat (limited to 'lib/axlsx/stylesheet/styles.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/styles.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/stylesheet/styles.rb b/lib/axlsx/stylesheet/styles.rb index 72706e3b..a28785c9 100644 --- a/lib/axlsx/stylesheet/styles.rb +++ b/lib/axlsx/stylesheet/styles.rb @@ -489,6 +489,7 @@ module Axlsx end private + # Creates the default set of styles the exel requires to be valid as well as setting up the # Axlsx::STYLE_THIN_BORDER def load_default_styles |
