Add a comment

This commit is contained in:
kojix2 2020-08-03 10:38:41 +09:00
parent 0c1fcc517b
commit d069f8af23

View File

@ -108,7 +108,7 @@ module Uplot
def preprocess(input) def preprocess(input)
data = CSV.parse(input, col_sep: @delimiter) data = CSV.parse(input, col_sep: @delimiter)
data.delete([]) data.delete([]) # Remove blank lines.
headers = nil headers = nil
if @transpose if @transpose
if @headers if @headers