Skip to content

Commit

Permalink
Drop superfluous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Blake committed Mar 25, 2021
1 parent 6998a6f commit 60d4a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sinatra/base.rb
Expand Up @@ -1924,7 +1924,6 @@ class #{self.class}
# inherit all settings, routes, handlers, and error pages from the
# top-level. Subclassing Sinatra::Base is highly recommended for
# modular applications.

class Application < Base
set :logging, Proc.new { !test? }
set :method_override, true
Expand Down

0 comments on commit 60d4a24

Please sign in to comment.