diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:46:42 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:34 +0200 |
| commit | 94813f5200da3f034af11b9537221e076de174a6 (patch) | |
| tree | ebb358d150685836b916ca5b38a8a0a47bb9fbab /test/workbook | |
| parent | a802d1d179f5ab56b419e1b47e62885d72b5384d (diff) | |
| download | caxlsx-94813f5200da3f034af11b9537221e076de174a6.tar.gz caxlsx-94813f5200da3f034af11b9537221e076de174a6.zip | |
Fix Layout/CommentIndentation offenses
```
rubocop --only Layout/CommentIndentation -a
```
Diffstat (limited to 'test/workbook')
| -rw-r--r-- | test/workbook/worksheet/tc_date_time_converter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_date_time_converter.rb b/test/workbook/worksheet/tc_date_time_converter.rb index d6b3fed2..19278e95 100644 --- a/test/workbook/worksheet/tc_date_time_converter.rb +++ b/test/workbook/worksheet/tc_date_time_converter.rb @@ -86,7 +86,7 @@ class TestDateTimeConverter < Test::Unit::TestCase def test_time_to_serial_1904 Axlsx::Workbook.date1904 = true - # ruby 1.8.7 cannot parse dates prior to epoch. see http://ruby-doc.org/core-1.8.7/Time.html + # ruby 1.8.7 cannot parse dates prior to epoch. see http://ruby-doc.org/core-1.8.7/Time.html tests = if @extended_time_range { # examples taken straight from the spec |
