Rubocop auto correct

This commit is contained in:
kojix2 2020-09-15 18:58:34 +09:00
parent 3b8846efbe
commit 661e5048dd
3 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,6 @@
require 'optparse'
require_relative 'preprocessing'
require_relative 'command/params'
module Uplot
Data = Struct.new(:headers, :series)

View File

@ -124,11 +124,11 @@ module Uplot
end
def colors
UnicodePlot::StyledPrinter::TEXT_COLORS.each do |k,v|
UnicodePlot::StyledPrinter::TEXT_COLORS.each do |k, v|
print v
print k
print "\t"
print ""
print ' ●'
print "\033[0m"
print "\t"
end