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 /lib/axlsx/workbook/worksheet/conditional_formatting.rb | |
| parent | a802d1d179f5ab56b419e1b47e62885d72b5384d (diff) | |
| download | caxlsx-94813f5200da3f034af11b9537221e076de174a6.tar.gz caxlsx-94813f5200da3f034af11b9537221e076de174a6.zip | |
Fix Layout/CommentIndentation offenses
```
rubocop --only Layout/CommentIndentation -a
```
Diffstat (limited to 'lib/axlsx/workbook/worksheet/conditional_formatting.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/conditional_formatting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/conditional_formatting.rb b/lib/axlsx/workbook/worksheet/conditional_formatting.rb index 0ed065e6..4fe6578d 100644 --- a/lib/axlsx/workbook/worksheet/conditional_formatting.rb +++ b/lib/axlsx/workbook/worksheet/conditional_formatting.rb @@ -28,7 +28,7 @@ module Axlsx # @return [Array] attr_reader :rules - # Add Conditional Formatting Rules to this object. Rules can either + # Add Conditional Formatting Rules to this object. Rules can either # be already created {ConditionalFormattingRule} elements or # hashes of options for automatic creation. If rules is a hash # instead of an array, assume only one rule being added. |
