diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 17:00:03 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 17:00:03 +0200 |
| commit | 1406b47e64188765f220be86001ec1f543e0157d (patch) | |
| tree | cca128ffc09c8b68e711f7eccd19fdf97f9cf807 /test/workbook/worksheet/tc_data_validation.rb | |
| parent | c77a48805c17d36c4503df8cf0fe75e7b620e2d4 (diff) | |
| download | caxlsx-1406b47e64188765f220be86001ec1f543e0157d.tar.gz caxlsx-1406b47e64188765f220be86001ec1f543e0157d.zip | |
Fix Layout/ExtraSpacing offenses
Configure with `AllowBeforeTrailingComments: true`
Diffstat (limited to 'test/workbook/worksheet/tc_data_validation.rb')
| -rw-r--r-- | test/workbook/worksheet/tc_data_validation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_data_validation.rb b/test/workbook/worksheet/tc_data_validation.rb index f93c91fe..09ce8290 100644 --- a/test/workbook/worksheet/tc_data_validation.rb +++ b/test/workbook/worksheet/tc_data_validation.rb @@ -7,7 +7,7 @@ class TestDataValidation < Test::Unit::TestCase def setup #inverse defaults @boolean_options = { :allowBlank => false, :hideDropDown => true, :showErrorMessage => false, :showInputMessage => true } - @nil_options = { :formula1 => 'foo', :formula2 => 'foo', :errorTitle => 'foo', :operator => :lessThan, :prompt => 'foo', :promptTitle => 'foo', :sqref => 'foo' } + @nil_options = { :formula1 => 'foo', :formula2 => 'foo', :errorTitle => 'foo', :operator => :lessThan, :prompt => 'foo', :promptTitle => 'foo', :sqref => 'foo' } @type_option = { :type => :whole } @error_style_option = { :errorStyle => :warning } |
