mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 15:38:14 +08:00
Rubocop auto correct
This commit is contained in:
@@ -62,14 +62,12 @@ module Uplot
|
||||
else
|
||||
arr
|
||||
end
|
||||
else
|
||||
if headers
|
||||
elsif headers
|
||||
transpose2(arr[1..-1])
|
||||
else
|
||||
transpose2(arr)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def count_values(arr)
|
||||
# tally was added in Ruby 2.7
|
||||
|
Reference in New Issue
Block a user