removes indentation warning under 1.9.2

/home/slmn/.bundler/ruby/1.9.1/sinatra-026648d788a9/lib/sinatra/base.rb:1384: warning:
mismatched indentations at 'end' with 'if' at 1370

Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
Selman ULUG 2011-04-01 15:42:39 +03:00 committed by Konstantin Haase
parent 026648d788
commit 470c5f8a7d
1 changed files with 1 additions and 1 deletions

View File

@ -1381,7 +1381,7 @@ module Sinatra
end
else
def self.force_encoding(data, *) data end
end
end
reset!