diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:50:10 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:45 +0200 |
| commit | eebb33ab2fac3b04dada178f98d03e3a587f620e (patch) | |
| tree | 1682a74231cd338c4223e29ad8d51cdf7c474498 /test | |
| parent | 94813f5200da3f034af11b9537221e076de174a6 (diff) | |
| download | caxlsx-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.rb | 2 |
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 |
