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