From 988c79b8d7602c67f7b761269383129609cf63a7 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 15 Jun 2023 09:30:29 +0200 Subject: Fix redundant self offenses No performance gain, this can be seen as a cosmetic change to have shorter lines --- lib/axlsx/stylesheet/table_style.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/axlsx/stylesheet/table_style.rb') diff --git a/lib/axlsx/stylesheet/table_style.rb b/lib/axlsx/stylesheet/table_style.rb index 4bfd7cf5..95d10ce0 100644 --- a/lib/axlsx/stylesheet/table_style.rb +++ b/lib/axlsx/stylesheet/table_style.rb @@ -44,7 +44,7 @@ module Axlsx # @return [String] def to_xml_string(str = +'') str << '' each { |table_style_el| table_style_el.to_xml_string(str) } str << '' -- cgit v1.2.3