You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2010/07/09 01:35:34 UTC

svn commit: r962193 - /incubator/deltacloud/trunk/server/libexec/lib/sinatra/static_assets.rb

Author: lutter
Date: Thu Jul  8 23:35:34 2010
New Revision: 962193

URL: http://svn.apache.org/viewvc?rev=962193&view=rev
Log:
* lib/sinatra/static_assets.rb: whitespace cleanup

Modified:
    incubator/deltacloud/trunk/server/libexec/lib/sinatra/static_assets.rb

Modified: incubator/deltacloud/trunk/server/libexec/lib/sinatra/static_assets.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/libexec/lib/sinatra/static_assets.rb?rev=962193&r1=962192&r2=962193&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/libexec/lib/sinatra/static_assets.rb (original)
+++ incubator/deltacloud/trunk/server/libexec/lib/sinatra/static_assets.rb Thu Jul  8 23:35:34 2010
@@ -68,7 +68,7 @@ module Sinatra
 
       def extract_options(a)
         opts = a.last.is_a?(::Hash) ? a.pop : {}
-        [a, opts]  
+        [a, opts]
       end
 
     end