Fix style

This commit is contained in:
kojix2 2020-09-17 10:45:44 +09:00
parent 3baada320e
commit 0ce394a11d
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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|