summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-08 00:00:33 +0200
committerGeremia Taglialatela <[email protected]>2023-04-08 00:00:33 +0200
commit555a3cc193458679a9fc6f8cc664b3cfe590fa74 (patch)
tree44cd59fec2f2ef6a702973188c6fcc1e3cd8e224 /lib/axlsx/stylesheet
parent6b7b7ebb8656d3c35c0b585872742f35da9e8caa (diff)
downloadcaxlsx-555a3cc193458679a9fc6f8cc664b3cfe590fa74.tar.gz
caxlsx-555a3cc193458679a9fc6f8cc664b3cfe590fa74.zip
Fix an indentation issue manually
Also regenerate config
Diffstat (limited to 'lib/axlsx/stylesheet')
-rw-r--r--lib/axlsx/stylesheet/styles.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx/stylesheet/styles.rb b/lib/axlsx/stylesheet/styles.rb
index a28785c9..a1f541c9 100644
--- a/lib/axlsx/stylesheet/styles.rb
+++ b/lib/axlsx/stylesheet/styles.rb
@@ -445,8 +445,8 @@ module Axlsx
border.prs << BorderPr.new({
:name => edge,
:style => edge_b_opts[:style],
- :color => Color.new(:rgb => edge_b_opts[:color]) },
- )
+ :color => Color.new(:rgb => edge_b_opts[:color])
+ })
end
end