From 94813f5200da3f034af11b9537221e076de174a6 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 5 Apr 2023 17:46:42 +0200 Subject: Fix Layout/CommentIndentation offenses ``` rubocop --only Layout/CommentIndentation -a ``` --- test/workbook/worksheet/tc_date_time_converter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/workbook') 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 -- cgit v1.2.3