mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Rubocop auto correct
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
require 'optparse'
|
||||
require_relative 'preprocessing'
|
||||
require_relative 'command/params'
|
||||
|
||||
module Uplot
|
||||
Data = Struct.new(:headers, :series)
|
||||
@@ -225,7 +226,7 @@ module Uplot
|
||||
|
||||
def run
|
||||
parse_options
|
||||
|
||||
|
||||
if command == :colors
|
||||
Plot.colors
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user