diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:31:03 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:20 +0200 |
| commit | 9b246ec6395d49f09ab85ce0a2c024bf8d086d0c (patch) | |
| tree | f496264cc830346a0eeb6c19bb066cb6458ad6e0 /test/drawing/tc_data_source.rb | |
| parent | 633141067e99fd1798d3591293fe2ac53d157682 (diff) | |
| download | caxlsx-9b246ec6395d49f09ab85ce0a2c024bf8d086d0c.tar.gz caxlsx-9b246ec6395d49f09ab85ce0a2c024bf8d086d0c.zip | |
Fix Layout/InitialIndentation offense
```
rubocop --only Layout/InitialIndentation -a
```
Diffstat (limited to 'test/drawing/tc_data_source.rb')
| -rw-r--r-- | test/drawing/tc_data_source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/drawing/tc_data_source.rb b/test/drawing/tc_data_source.rb index e9bed095..9ec260d8 100644 --- a/test/drawing/tc_data_source.rb +++ b/test/drawing/tc_data_source.rb @@ -1,4 +1,4 @@ - require 'tc_helper.rb' +require 'tc_helper.rb' class TestNumDataSource < Test::Unit::TestCase |
