Being align anal

This commit is contained in:
bmizerany 2009-01-29 16:56:57 -08:00
parent a9329421f9
commit 585ea1032b
1 changed files with 13 additions and 14 deletions

View File

@ -448,7 +448,6 @@ module Sinatra
def handle_not_found!(boom)
@env['sinatra.error'] = boom
@response.status = 404
@response.body = ['<h1>Not Found</h1>']
error_block! boom.class, NotFound