mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 15:41:12 +08:00
Rubocop auto correct
This commit is contained in:
parent
3b8846efbe
commit
661e5048dd
@ -1,5 +1,6 @@
|
||||
require 'optparse'
|
||||
require_relative 'preprocessing'
|
||||
require_relative 'command/params'
|
||||
|
||||
module Uplot
|
||||
Data = Struct.new(:headers, :series)
|
||||
|
@ -128,7 +128,7 @@ module Uplot
|
||||
print v
|
||||
print k
|
||||
print "\t"
|
||||
print " ●"
|
||||
print ' ●'
|
||||
print "\033[0m"
|
||||
print "\t"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user