diff options
| author | Zsolt Kozaroczy <[email protected]> | 2023-05-22 10:26:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-22 10:26:45 +0200 |
| commit | d5f4e76861ed4c9d85d9813d545467790ef5e1a8 (patch) | |
| tree | 9f2e4be6ce07d9a0ce0d4f8e4bd8e8a8b2a7e72d /lib/axlsx/util | |
| parent | 32d1fd900604131fcb0549b2b052944238d63155 (diff) | |
| parent | 90db2eecf0271b9597891dc3dd96b2b0b26ec5d3 (diff) | |
| download | caxlsx-d5f4e76861ed4c9d85d9813d545467790ef5e1a8.tar.gz caxlsx-d5f4e76861ed4c9d85d9813d545467790ef5e1a8.zip | |
Merge pull request #240 from tagliala/chore/fix-void-contexts
Fix Lint/Void offenses
Diffstat (limited to 'lib/axlsx/util')
| -rw-r--r-- | lib/axlsx/util/storage.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/util/storage.rb b/lib/axlsx/util/storage.rb index 2ce0d8f5..1e12b2d4 100644 --- a/lib/axlsx/util/storage.rb +++ b/lib/axlsx/util/storage.rb @@ -63,7 +63,6 @@ module Axlsx def name=(v) @name = v.bytes.to_a << 0 @name_size = @name.size * 2 - @name end # The size of the stream |
