From 60d4a24945ed8085236779e3f12d549d647bf899 Mon Sep 17 00:00:00 2001 From: Andrew Blake Date: Thu, 25 Mar 2021 10:47:54 +0000 Subject: [PATCH] Drop superfluous newline --- lib/sinatra/base.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index 64e0d01170..20ff0b418d 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -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