Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jun 5, 2011
1 parent bc89779 commit 542c489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -1189,7 +1189,7 @@ def compile(path)
# Makes the methods defined in the block and in the Modules given
# in `extensions` available to the handlers and templates
def helpers(*extensions, &block)
class_eval(&block) if block_given?
class_eval(&block) if block_given?
include(*extensions) if extensions.any?
end

Expand Down

0 comments on commit 542c489

Please sign in to comment.