summary refs log tree commit
path: root/lib/rack/file.rb
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2007-05-16 14:53:00 +0000
committerChristian Neukirchen <chneukirchen@gmail.com>2007-05-16 14:53:00 +0000
commit230d62c722ee24202a29b017c59d3229bc6e1e89 (patch)
tree5c09fc735910023aad211052ac01c3b5593a21d5 /lib/rack/file.rb
parente256ec6f3ac9eba66d1a82af595a33c981596aaa (diff)
downloadrack-230d62c722ee24202a29b017c59d3229bc6e1e89.tar.gz
Fix trailing whitespace. Sigh.
darcs-hash:20070516145358-4fc50-4b716d93f0cc24d1e988443228312c6bcdfc1e7b.gz
Diffstat (limited to 'lib/rack/file.rb')
-rw-r--r--lib/rack/file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/file.rb b/lib/rack/file.rb
index 7d6c6453..a0eaee46 100644
--- a/lib/rack/file.rb
+++ b/lib/rack/file.rb
@@ -4,7 +4,7 @@ module Rack
   #
   # Handlers can detect if bodies are a Rack::File, and use mechanisms
   # like sendfile on the +path+.
-  
+
   class File
     attr_accessor :root
     attr_accessor :path