summaryrefslogtreecommitdiffhomepage
path: root/test/drawing/tc_picture_locking.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-05 17:37:28 +0200
committerGeremia Taglialatela <[email protected]>2023-04-06 09:55:31 +0200
commita802d1d179f5ab56b419e1b47e62885d72b5384d (patch)
tree70e8cc79f12a4e17efb6dc0126cc0ed204669142 /test/drawing/tc_picture_locking.rb
parentb5d7a7a1917adb12e3ea04abe261a37f8aff7f56 (diff)
downloadcaxlsx-a802d1d179f5ab56b419e1b47e62885d72b5384d.tar.gz
caxlsx-a802d1d179f5ab56b419e1b47e62885d72b5384d.zip
Fix Layout/EmptyLineBetweenDefs offenses
``` rubocop --only Layout/EmptyLineBetweenDefs -a ```
Diffstat (limited to 'test/drawing/tc_picture_locking.rb')
-rw-r--r--test/drawing/tc_picture_locking.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/drawing/tc_picture_locking.rb b/test/drawing/tc_picture_locking.rb
index 794c8f6a..3714df0b 100644
--- a/test/drawing/tc_picture_locking.rb
+++ b/test/drawing/tc_picture_locking.rb
@@ -4,6 +4,7 @@ class TestPictureLocking < Test::Unit::TestCase
def setup
@item = Axlsx::PictureLocking.new
end
+
def teardown
end