diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-07 23:38:09 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-07 23:38:59 +0200 |
| commit | 6ddcc4588013dfa46fe34a235163dad2b66bdc4c (patch) | |
| tree | c12752e1aa0b23c1f81b61033b353d60844ef37a /lib/axlsx/drawing/bar_series.rb | |
| parent | 70d3dfc768ecbea6ea52e9481fbfd3068445bbc4 (diff) | |
| download | caxlsx-6ddcc4588013dfa46fe34a235163dad2b66bdc4c.tar.gz caxlsx-6ddcc4588013dfa46fe34a235163dad2b66bdc4c.zip | |
Fix Layout/EmptyLinesAroundBlockBody offenses
```
rubocop --only Layout/EmptyLinesAroundBlockBody -a
```
Diffstat (limited to 'lib/axlsx/drawing/bar_series.rb')
| -rw-r--r-- | lib/axlsx/drawing/bar_series.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/drawing/bar_series.rb b/lib/axlsx/drawing/bar_series.rb index e90a2818..2ee40488 100644 --- a/lib/axlsx/drawing/bar_series.rb +++ b/lib/axlsx/drawing/bar_series.rb @@ -59,7 +59,6 @@ module Axlsx # @return [String] def to_xml_string(str = '') super(str) do - colors.each_with_index do |c, index| str << '<c:dPt>' str << ('<c:idx val="' << index.to_s << '"/>') |
