From eebb33ab2fac3b04dada178f98d03e3a587f620e Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 5 Apr 2023 17:50:10 +0200 Subject: Fix Layout/FirstHashElementIndentation offense ``` rubocop --only Layout/FirstHashElementIndentation ``` Manually fixed --- test/doc_props/tc_app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3