summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/pivot_table.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-20 17:19:24 +0200
committerGeremia Taglialatela <[email protected]>2023-05-20 17:19:24 +0200
commit90db2eecf0271b9597891dc3dd96b2b0b26ec5d3 (patch)
treef6528b095a3ff407e4afab262c65b5ef0ee18571 /lib/axlsx/workbook/worksheet/pivot_table.rb
parent6a4b82def2e94b4811c38c37e606d426710d1e6c (diff)
downloadcaxlsx-90db2eecf0271b9597891dc3dd96b2b0b26ec5d3.tar.gz
caxlsx-90db2eecf0271b9597891dc3dd96b2b0b26ec5d3.zip
Fix Lint/Void offenses
Setter methods return the assigned value. Given: ```rb class MyClass def foo=(v) v = 10 42 end end ``` `my_object.foo = 5` will always return `5` This methods removes code that does not have effect
Diffstat (limited to 'lib/axlsx/workbook/worksheet/pivot_table.rb')
-rw-r--r--lib/axlsx/workbook/worksheet/pivot_table.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/pivot_table.rb b/lib/axlsx/workbook/worksheet/pivot_table.rb
index 27065e4b..44a50f19 100644
--- a/lib/axlsx/workbook/worksheet/pivot_table.rb
+++ b/lib/axlsx/workbook/worksheet/pivot_table.rb
@@ -135,7 +135,6 @@ module Axlsx
end
@data << data_field
end
- @data
end
# The pages