Skip to content

Commit

Permalink
Killed a little bit of whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunphy committed May 14, 2010
1 parent 211ce55 commit 3aa1edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pjr
Expand Up @@ -34,7 +34,7 @@ def process_url(url, options)
puts "JSON response is in @response"
IRB.start
else
puts JSON.pretty_unparse(data)
puts JSON.pretty_unparse(data)
end
end

Expand All @@ -46,7 +46,7 @@ OptionParser.new do |opts|
opts.on("-i", "Dump the results into @response in IRB") do
options['irb'] = true
end

opts.on_tail("-h", "Show this message") do
puts opts
exit
Expand Down

0 comments on commit 3aa1edb

Please sign in to comment.