Skip to content

Commit

Permalink
Mitigates Style/LineEndOfConcatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nys committed Apr 18, 2015
1 parent 1e98452 commit 9f60913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/httparty
Expand Up @@ -17,7 +17,7 @@ OptionParser.new do |o|

o.on("-f",
"--format [FORMAT]",
"Output format to use instead of pretty-print ruby: " +
"Output format to use instead of pretty-print ruby: " \
"plain, csv, json or xml") do |f|
opts[:output_format] = f.downcase.to_sym
end
Expand Down

0 comments on commit 9f60913

Please sign in to comment.