Skip to content

Commit

Permalink
Remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
okkez committed Apr 28, 2017
1 parent 6843acf commit 6b33af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chupa-text/command/chupa-text.rb
Expand Up @@ -97,7 +97,6 @@ def create_option_parser
"[#{AVAILABLE_FORMATS.join(', ')}]",
"(default: json)") do |format|
format = format.to_sym
raise ArgumentError, "Unknown format: #{format}" unless AVAILABLE_FORMATS.include?(format)
@format = format
end

Expand Down

0 comments on commit 6b33af4

Please sign in to comment.