Skip to content

Commit b78da23

Browse files
committed
Rubocop auto correct
1 parent a7bb75e commit b78da23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/youplot/backends/unicode_plot.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ def plot_xyy(data, method1, params)
128128
def plot_xyxy(data, method1, params)
129129
headers = data.headers
130130
series2 = data.series
131-
.map { |s| s.map(&:to_f) }
132-
.each_slice(2).to_a
131+
.map { |s| s.map(&:to_f) }
132+
.each_slice(2).to_a
133133
method2 = get_method2(method1)
134134
params.name ||= headers[0] if headers
135135
params.xlim ||= series2.map(&:first).flatten.minmax # why need?

0 commit comments

Comments
 (0)