Skip to content

Commit df00e8a

Browse files
committed
Removing extra spaces
1 parent 244f458 commit df00e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/beats

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def parse_options
1919
options[:split] = true
2020
end
2121

22-
opts.on("-p", "--pattern PATTERN_NAME", "Output a single pattern instead of the whole song" ) do |p|
22+
opts.on("-p", "--pattern PATTERN_NAME", "Output a single pattern instead of the whole song") do |p|
2323
options[:pattern] = p
2424
end
2525

@@ -32,7 +32,7 @@ def parse_options
3232
exit
3333
end
3434

35-
opts.on( "-h", "--help", "Display this screen and exit" ) do
35+
opts.on("-h", "--help", "Display this screen and exit") do
3636
puts opts
3737
exit
3838
end

0 commit comments

Comments
 (0)