mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
Fix style
This commit is contained in:
parent
3baada320e
commit
0ce394a11d
@ -18,7 +18,6 @@ module Uplot
|
|||||||
@parser = Parser.new
|
@parser = Parser.new
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
def run
|
def run
|
||||||
parser.parse_options
|
parser.parse_options
|
||||||
command = parser.command
|
command = parser.command
|
||||||
|
@ -17,7 +17,7 @@ module Uplot
|
|||||||
@count = false
|
@count = false
|
||||||
@fmt = 'xyy'
|
@fmt = 'xyy'
|
||||||
@debug = false
|
@debug = false
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_default_parser
|
def create_default_parser
|
||||||
OptionParser.new do |opt|
|
OptionParser.new do |opt|
|
||||||
|
Loading…
Reference in New Issue
Block a user