diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-08 00:03:00 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-08 00:03:00 +0200 |
| commit | 7f077b55bf963c6e855c6c9066c6aed4926fb8e3 (patch) | |
| tree | 7e731b1d81e3d2fd2b40295b11ede457f00533cb /lib/axlsx/stylesheet | |
| parent | 108df9b563a4539802f83864e4aa9261b35a590f (diff) | |
| download | caxlsx-7f077b55bf963c6e855c6c9066c6aed4926fb8e3.tar.gz caxlsx-7f077b55bf963c6e855c6c9066c6aed4926fb8e3.zip | |
Fix Layout/SpaceBeforeFirstArg offenses
```
rubocop --only Layout/SpaceBeforeFirstArg -a
```
Diffstat (limited to 'lib/axlsx/stylesheet')
| -rw-r--r-- | lib/axlsx/stylesheet/font.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/font.rb b/lib/axlsx/stylesheet/font.rb index 890957c5..9ce5ae4a 100644 --- a/lib/axlsx/stylesheet/font.rb +++ b/lib/axlsx/stylesheet/font.rb @@ -99,7 +99,7 @@ module Axlsx # The font's extend property # @return [Boolean] - attr_reader :extend + attr_reader :extend # The color of the font # @return [Color] |
