summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing/num_data_source.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/drawing/num_data_source.rb
parenta802d1d179f5ab56b419e1b47e62885d72b5384d (diff)
downloadcaxlsx-94813f5200da3f034af11b9537221e076de174a6.tar.gz
caxlsx-94813f5200da3f034af11b9537221e076de174a6.zip
Fix Layout/CommentIndentation offenses
``` rubocop --only Layout/CommentIndentation -a ```
Diffstat (limited to 'lib/axlsx/drawing/num_data_source.rb')
-rw-r--r--lib/axlsx/drawing/num_data_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/num_data_source.rb b/lib/axlsx/drawing/num_data_source.rb
index 028b75d2..87caac2a 100644
--- a/lib/axlsx/drawing/num_data_source.rb
+++ b/lib/axlsx/drawing/num_data_source.rb
@@ -35,7 +35,7 @@ module Axlsx
[:yVal, :val, :bubbleSize]
end
- # sets the tag name for this data source
+ # sets the tag name for this data source
# @param [Symbol] v One of the allowed_tag_names
def tag_name=(v)
Axlsx::RestrictionValidator.validate "#{self.class.name}.tag_name", self.class.allowed_tag_names, v