summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-08 00:03:00 +0200
committerGeremia Taglialatela <[email protected]>2023-04-08 00:03:00 +0200
commit7f077b55bf963c6e855c6c9066c6aed4926fb8e3 (patch)
tree7e731b1d81e3d2fd2b40295b11ede457f00533cb /lib/axlsx/stylesheet
parent108df9b563a4539802f83864e4aa9261b35a590f (diff)
downloadcaxlsx-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.rb2
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]