diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 16:47:12 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 16:47:12 +0200 |
| commit | 3befab6f5713c537f6b90b51c02882273c7f7cc9 (patch) | |
| tree | 44154a028654c8c9989a087052cf5e7641d31f1e /lib/axlsx/drawing/picture_locking.rb | |
| parent | 48f392fb7752f14153126e9d154b4f9e2eef8fa7 (diff) | |
| download | caxlsx-3befab6f5713c537f6b90b51c02882273c7f7cc9.tar.gz caxlsx-3befab6f5713c537f6b90b51c02882273c7f7cc9.zip | |
Fix Layout/ArgumentAlignment offenses
```
rubocop --only Layout/ArgumentAlignment -a
```
Diffstat (limited to 'lib/axlsx/drawing/picture_locking.rb')
| -rw-r--r-- | lib/axlsx/drawing/picture_locking.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/axlsx/drawing/picture_locking.rb b/lib/axlsx/drawing/picture_locking.rb index 2e68a957..efd85f97 100644 --- a/lib/axlsx/drawing/picture_locking.rb +++ b/lib/axlsx/drawing/picture_locking.rb @@ -6,8 +6,8 @@ module Axlsx include Axlsx::Accessors boolean_attr_accessor :noGrp, :noSelect, :noRot, :noChangeAspect, - :noMove, :noResize, :noEditPoints, :noAdjustHandles, - :noChangeArrowheads, :noChangeShapeType + :noMove, :noResize, :noEditPoints, :noAdjustHandles, + :noChangeArrowheads, :noChangeShapeType serializable_attributes :noGrp, :noSelect, :noRot, :noChangeAspect, :noMove, :noResize, :noEditPoints, :noAdjustHandles, |
