summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/icon_set.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/workbook/worksheet/icon_set.rb')
-rw-r--r--lib/axlsx/workbook/worksheet/icon_set.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/icon_set.rb b/lib/axlsx/workbook/worksheet/icon_set.rb
index 0042e757..4e7064e9 100644
--- a/lib/axlsx/workbook/worksheet/icon_set.rb
+++ b/lib/axlsx/workbook/worksheet/icon_set.rb
@@ -61,7 +61,7 @@ module Axlsx
# Serialize this object to an xml string
# @param [String] str
# @return [String]
- def to_xml_string(str="")
+ def to_xml_string(str = "")
serialized_tag('iconSet', str) do
@value_objects.each { |cfvo| cfvo.to_xml_string(str) }
end