Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Fix some whitespace issues in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarburger committed Jan 31, 2011
1 parent eaecba5 commit cc78b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rack/s3.rb
Expand Up @@ -27,14 +27,14 @@
# use Rack::Thumb
# run Rack::S3.new(:bucket => 'my-special-things')
# end

#
# # Ignore all other requests
# map '/' do
# run lambda { |env| app.call env }
# end
# end
# end

#
# def call(env)
# @app.call env
# end
Expand Down

0 comments on commit cc78b8b

Please sign in to comment.