summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/drawing
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-09 16:47:12 +0200
committerGeremia Taglialatela <[email protected]>2023-04-09 16:47:12 +0200
commit3befab6f5713c537f6b90b51c02882273c7f7cc9 (patch)
tree44154a028654c8c9989a087052cf5e7641d31f1e /lib/axlsx/drawing
parent48f392fb7752f14153126e9d154b4f9e2eef8fa7 (diff)
downloadcaxlsx-3befab6f5713c537f6b90b51c02882273c7f7cc9.tar.gz
caxlsx-3befab6f5713c537f6b90b51c02882273c7f7cc9.zip
Fix Layout/ArgumentAlignment offenses
``` rubocop --only Layout/ArgumentAlignment -a ```
Diffstat (limited to 'lib/axlsx/drawing')
-rw-r--r--lib/axlsx/drawing/picture_locking.rb4
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,