diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-05 17:19:41 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-06 09:55:10 +0200 |
| commit | 633141067e99fd1798d3591293fe2ac53d157682 (patch) | |
| tree | a5488f00eeced9b1c6f5b4d3fff9983defb8fbf4 /test/workbook/worksheet/tc_date_time_converter.rb | |
| parent | dc579ba8d01720e0ccfa8b7ba5e86be0bc518056 (diff) | |
| download | caxlsx-633141067e99fd1798d3591293fe2ac53d157682.tar.gz caxlsx-633141067e99fd1798d3591293fe2ac53d157682.zip | |
Fix Style/Encoding offenses
```
rubocop --only Style/Encoding -a
```
Diffstat (limited to 'test/workbook/worksheet/tc_date_time_converter.rb')
| -rw-r--r-- | test/workbook/worksheet/tc_date_time_converter.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_date_time_converter.rb b/test/workbook/worksheet/tc_date_time_converter.rb index 1bdee04b..d6b3fed2 100644 --- a/test/workbook/worksheet/tc_date_time_converter.rb +++ b/test/workbook/worksheet/tc_date_time_converter.rb @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- require 'tc_helper.rb' class TestDateTimeConverter < Test::Unit::TestCase |
