mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
remove a redundant require
As `require 'sinatra/base'` is the first line of sinatra/main, this looks redundant to me.
This commit is contained in:
parent
f7dfcb35a5
commit
f71002393f
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
require 'sinatra/base'
|
||||
require 'sinatra/main'
|
||||
|
||||
enable :inline_templates
|
||||
|
|
Loading…
Add table
Reference in a new issue