mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-19 10:28:06 +08:00
Rubocop auto correct
This commit is contained in:
@@ -67,12 +67,10 @@ module YouPlot
|
||||
else
|
||||
Array.new(arr[0].size, [])
|
||||
end
|
||||
elsif transpose
|
||||
arr
|
||||
else
|
||||
if transpose
|
||||
arr
|
||||
else
|
||||
transpose2(arr)
|
||||
end
|
||||
transpose2(arr)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user