diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-08 00:00:33 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-08 00:00:33 +0200 |
| commit | 555a3cc193458679a9fc6f8cc664b3cfe590fa74 (patch) | |
| tree | 44cd59fec2f2ef6a702973188c6fcc1e3cd8e224 /lib/axlsx/stylesheet | |
| parent | 6b7b7ebb8656d3c35c0b585872742f35da9e8caa (diff) | |
| download | caxlsx-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.rb | 4 |
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 |
