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
end
def run
parser.parse_options
command = parser.command

View File

@ -17,7 +17,7 @@ module Uplot
@count = false
@fmt = 'xyy'
@debug = false
end
end
def create_default_parser
OptionParser.new do |opt|