summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/cell_style.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-05 17:46:42 +0200
committerGeremia Taglialatela <[email protected]>2023-04-06 09:55:34 +0200
commit94813f5200da3f034af11b9537221e076de174a6 (patch)
treeebb358d150685836b916ca5b38a8a0a47bb9fbab /lib/axlsx/stylesheet/cell_style.rb
parenta802d1d179f5ab56b419e1b47e62885d72b5384d (diff)
downloadcaxlsx-94813f5200da3f034af11b9537221e076de174a6.tar.gz
caxlsx-94813f5200da3f034af11b9537221e076de174a6.zip
Fix Layout/CommentIndentation offenses
``` rubocop --only Layout/CommentIndentation -a ```
Diffstat (limited to 'lib/axlsx/stylesheet/cell_style.rb')
-rw-r--r--lib/axlsx/stylesheet/cell_style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/cell_style.rb b/lib/axlsx/stylesheet/cell_style.rb
index e1d4e0ff..9297e243 100644
--- a/lib/axlsx/stylesheet/cell_style.rb
+++ b/lib/axlsx/stylesheet/cell_style.rb
@@ -46,7 +46,7 @@ module Axlsx
# @return [Boolean]
attr_reader :customBuiltin
- # @see name
+ # @see name
def name=(v) Axlsx::validate_string v; @name = v end
# @see xfId
def xfId=(v) Axlsx::validate_unsigned_int v; @xfId = v end