diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
| commit | c77a48805c17d36c4503df8cf0fe75e7b620e2d4 (patch) | |
| tree | 05f26df0b6d75846d0868d4bd6d4ad090ea1073c /test/workbook/worksheet/tc_data_validation.rb | |
| parent | 3befab6f5713c537f6b90b51c02882273c7f7cc9 (diff) | |
| download | caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.tar.gz caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.zip | |
Fix offenses related to indentation consistency
Diffstat (limited to 'test/workbook/worksheet/tc_data_validation.rb')
| -rw-r--r-- | test/workbook/worksheet/tc_data_validation.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/workbook/worksheet/tc_data_validation.rb b/test/workbook/worksheet/tc_data_validation.rb index 59fd34f6..f93c91fe 100644 --- a/test/workbook/worksheet/tc_data_validation.rb +++ b/test/workbook/worksheet/tc_data_validation.rb @@ -272,7 +272,7 @@ class TestDataValidation < Test::Unit::TestCase end def test_empty_attributes - v = Axlsx::DataValidation.new - assert_equal(nil, v.send(:get_valid_attributes)) + v = Axlsx::DataValidation.new + assert_equal(nil, v.send(:get_valid_attributes)) end end |
