summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-05 17:50:10 +0200
committerGeremia Taglialatela <[email protected]>2023-04-06 09:55:45 +0200
commiteebb33ab2fac3b04dada178f98d03e3a587f620e (patch)
tree1682a74231cd338c4223e29ad8d51cdf7c474498 /test
parent94813f5200da3f034af11b9537221e076de174a6 (diff)
downloadcaxlsx-eebb33ab2fac3b04dada178f98d03e3a587f620e.tar.gz
caxlsx-eebb33ab2fac3b04dada178f98d03e3a587f620e.zip
Fix Layout/FirstHashElementIndentation offense
``` rubocop --only Layout/FirstHashElementIndentation ``` Manually fixed
Diffstat (limited to 'test')
-rw-r--r--test/doc_props/tc_app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/doc_props/tc_app.rb b/test/doc_props/tc_app.rb
index ae0e45ba..8d8efd4b 100644
--- a/test/doc_props/tc_app.rb
+++ b/test/doc_props/tc_app.rb
@@ -26,7 +26,7 @@ class TestApp < Test::Unit::TestCase
:'Application' => 'axlsx',
:'AppVersion' => '1.1.5',
:'DocSecurity' => 0
- }
+ }
@app = Axlsx::App.new options