diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:52:33 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:56:05 +0200 |
| commit | 412763fbf817da4519c544dd225803a80ca121f3 (patch) | |
| tree | 8f8d11e3f310f5767d346aad57a320ec9b18ca93 /lib/axlsx/drawing/marker.rb | |
| parent | eebb33ab2fac3b04dada178f98d03e3a587f620e (diff) | |
| download | caxlsx-412763fbf817da4519c544dd225803a80ca121f3.tar.gz caxlsx-412763fbf817da4519c544dd225803a80ca121f3.zip | |
Fix Layout offenses related to access modifiers
```
rubocop --only Layout/EmptyLinesAroundAccessModifier,Layout/AccessModifierIndentation -a
```
Diffstat (limited to 'lib/axlsx/drawing/marker.rb')
| -rw-r--r-- | lib/axlsx/drawing/marker.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/axlsx/drawing/marker.rb b/lib/axlsx/drawing/marker.rb index d884ef3c..94125143 100644 --- a/lib/axlsx/drawing/marker.rb +++ b/lib/axlsx/drawing/marker.rb @@ -60,6 +60,7 @@ module Axlsx str << ('<xdr:' << k.to_s << '>' << self.send(k).to_s << '</xdr:' << k.to_s << '>') end end + private # handles multiple inputs for setting the position of a marker |
